From 839538c4367c99c65cb11176fb6cf8194e2d5537 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Thu, 13 Jun 2024 11:37:34 -0400 Subject: [PATCH] :book: Document how to view the generated Keycloak credentials (#327) Signed-off-by: Jason Montleon --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c5fd7a82..be944621 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,12 @@ Custom settings can be applied by editing the `Tackle` CR. `oc edit tackle -n ` +## 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.