#409 remove reference to keycloak default random password

This commit is contained in:
Jonathan Vila 2021-12-02 10:12:23 +01:00 committed by Stian Thorgersen
parent 1f72559dfb
commit a0f78e801b

View file

@ -74,7 +74,7 @@ image:images/realm_user.png[]
.Results
After a user is created, the Operator creates a Secret using the
following naming pattern: `credential-<realm name>-<username>-<namespace>` , containing the username and, if it has been specified in the credentials attribute, the password. If no password is specified Keycloak will create a random one, but it won't be populated in this Secret.
following naming pattern: `credential-<realm name>-<username>-<namespace>` , containing the username and, if it has been specified in the credentials attribute, the password.
Here's an example: