Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jouni authored Dec 19, 2024
1 parent 5279085 commit b792c7a
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 user during installation. This provides the ability to access the Keycloak instance directly, but should not be used normally. The username and password (base 64 encoded) are stored in the 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.
Control Center creates a Keycloak administrator user during installation. This user account has the ability to access the Keycloak instance directly, but you shouldn't use it normally. The username and password (base 64 encoded) are stored in the 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 b792c7a

Please sign in to comment.