TABLE OF CONTENTS
Tags: security, keycloak
Change Kublr Admin Password
Prepare
- get keycloak master password from the Secret kublr:kcp-keycloak-secret
Update kublr admin password:
- Login to keycloak UI with the master admin credentials at https://<kcp-url>/auth
- Login to Kublr UI with the kublr admin credentials at https://<kcp-url>
- Change the password for the admin user in the kublr-ui realm (make sure that "temporary" checkbox is turned off)
- Update the kublr admin password in the system cluster specification
Test
- Restart all kublr pods
Change Kublr Keycloak Master realm admin password
Prepare
- get the admin kubeconfig for the KCP cluster
- get keycloak master password from the Secret kublr:kcp-keycloak-secret
Update master realm admin password
- Login to keycloak UI with the master admin credentials at https://<kcp-url>/auth
- Change the password for the admin user in the master realm (make sure that "temporary" checkbox is turned off)
- Using kubectl update the password correspondingly in the Secret kublr:kcp-keycloak-secret
Test
- Restart all kublr pods