diff --git a/console/index.adoc b/console/index.adoc index e082f4b..eb7e216 100644 --- a/console/index.adoc +++ b/console/index.adoc @@ -68,7 +68,9 @@ The credential prompt depends on how the site was created using `skupper init`: * Using the default or `--console-user --console-password ` options, you are prompted to enter those credentials. . If you created the site using default settings, that is `skupper init`, a random password is generated for the `admin` user. -To retrieve the password the `admin` user: ++ +-- +To retrieve the password the `admin` user for a Kubernetes site: + ---- $ kubectl get secret skupper-console-users -o jsonpath={.data.admin} | base64 -d @@ -76,6 +78,16 @@ $ kubectl get secret skupper-console-users -o jsonpath={.data.admin} | base64 -d JNZWzMHtyg ---- +To retrieve the password the `admin` user for a Podman site: ++ +---- +$ cat ~/.local/share/containers/storage/volumes/skupper-console-users/_data/admin + +JNZWzMHtyg +---- +-- + + // Type: procedure [id="exploring-console"] == Exploring the {skupper-console-name}