Skip to content

Validate identity names #534

Open
Open
@IronCore864

Description

Currently, the identity name is a string, and when validating an identity, we don't set any limit on what can be used as the name. When adding identities, they are directly read from the YAML without validation either. So, technically, users can now use anything as part of their identity name.

We want to add some validation on the name, for example, ^a-zA-Z0-9_\-, so that it doesn't contain weird characters.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

25.04Planned for the 25.04 cycle

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions