#409 remove reference to keycloak default random password
This commit is contained in:
parent
1f72559dfb
commit
a0f78e801b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue