Skip to content

Commit

Permalink
📖 Document how to view the generated Keycloak credentials
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
  • Loading branch information
jmontleon committed Jun 6, 2024
1 parent ef9eb46 commit a693c4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ Custom settings can be applied by editing the `Tackle` CR.

`oc edit tackle -n <your-tackle-namespace>`

## Keycloak Auth
If `feature_auth_required` is enabled keycloak will be installed and a random password will be generated.

To view these credentials:
`oc -n konveyor-tackle extract secret/tackle-keycloak-sso --to=-`

## Konveyor Storage Requirements

Konveyor requires a total of 5 persistent volumes (PVs) used by different components to successfully deploy, 3 RWO volumes and 2 RWX volumes will be requested via PVCs.
Expand Down

0 comments on commit a693c4b

Please sign in to comment.