Skip to content

Commit

Permalink
console password for podman users (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright authored May 9, 2024
1 parent 271b4f1 commit 4a373e1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion console/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,26 @@ The credential prompt depends on how the site was created using `skupper init`:
* Using the default or `--console-user <user> --console-password <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

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}
Expand Down

0 comments on commit 4a373e1

Please sign in to comment.