Skip to content

Commit

Permalink
Update identity management section text
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVaadin committed Dec 10, 2024
1 parent bc05185 commit d8b62bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/control-center/security/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ An actuator endpoint is a public HTTP endpoint that provides information about t

When the <<../identity-management#,Identity Management>> feature is enabled, the application is configured to use Keycloak for authentication and authorization. The users, groups, and roles are managed by Control Center, which is backed by a Keycloak instance. This requires the Keycloak instance to be accessible outside the cluster, which introduces a potential for disruption if it's compromised.

Control Center creates a Keycloak administrator during installation. It's important to keep this user's credentials secure, as they provide full access to the Keycloak instance, including users, groups, and roles created via Control Center.
Control Center creates a Keycloak administrator during installation. This can be used to access the Keycloak instance directly. The username is `admin` and the password is stored in a base 64 encoded secret named `<installation-name>-keycloak-initial-admin`, where `<installation-name>` is the Control Center name chosen during installation. It's important to keep this user's credentials secure, as they provide full access to the Keycloak instance, and manual changes may cause disruption to Control Center features.

0 comments on commit d8b62bf

Please sign in to comment.