-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed as not planned
Labels
staleFeedback from one or more authors is required to proceed.Feedback from one or more authors is required to proceed.
Description
Ideally, for both create, patch, and PUT operations, the following should be implemented with proper
validation:
-
Passwords:
- Set or change passwords (with validation ensuring the hash or plaintext password is correct).
- Delete passwords.
-
OIDC:
- Set or change OIDC subject and provider.
- Delete OIDC subject and provider.
-
WebAuthn and Passkey Credentials:
- Set, change, or delete WebAuthn and passkey credentials (e.g., to import passkey users).
-
Code Credentials:
- Activate or deactivate code credentials.
-
TOTP:
- Set, change, or delete TOTP configurations.
-
Lookup Secrets:
- Set, change, or delete lookup secrets.
Restrictions:
What should not be allowed is:
- Adding arbitrary keys to the config object.
- Changing identifiers that are typically set by the system.
- Modifying keys that should only be set by the system.
Originally posted by @aeneasr in #4277 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
staleFeedback from one or more authors is required to proceed.Feedback from one or more authors is required to proceed.