You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, User objects can only be created and deleted, but not updated.
Describe the solution you'd like
Editing the User
Changing User.Spec.Name or User.Spec.RabbitmqClusterReference: TBD, but probably reject the request with a validating webhook, rather than delete the existing user and create a new one. Otherwise, an app consuming the User Secret will have to reload the secret to regain access to an authenticated user.
Changing User.Spec.Tags: Updates the tags associated with a user.
Editing the User Secret
Changing Secret.Data["username"]: TBD, but again probably reject the request
Changing Secret.Data["password"]: Calculate a new password hash and update the user
This issue has been marked as stale due to 60 days of inactivity. Stale issues will be closed after a further 30 days of inactivity; please remove the stale label in order to prevent this occurring.
Is your feature request related to a problem? Please describe.
Currently, User objects can only be created and deleted, but not updated.
Describe the solution you'd like
Editing the User
Editing the User Secret
Additional context
Original Issue: #3
The text was updated successfully, but these errors were encountered: