Version
2024.5.8
Describe the bug
- Once operator is created, default admin password remains the same for each galaxy object.
- With both default and custom admin password secret, admin password does not get updated in galaxy once secret is changed.
To Reproduce
- deploy galaxy
- obtain admin password, login -> success
- update admin password secret
- login with new password -> failure
- login with old password -> success
Expected behavior
4. login with new password -> success
5. login with old password -> failure
Additional context
- Operator should update admin password on secret change.
- Default password should be generated dynamically on galaxy deployment, not on operator deployment.
- In current situation, user may be left with unusable galaxy - if it was deployed with custom admin password secret which was then "forgotten" and then if secret gets deleted or updated, admin is unable to login.
Version
2024.5.8
Describe the bug
To Reproduce
Expected behavior
4. login with new password -> success
5. login with old password -> failure
Additional context