Skip to content

Commit

Permalink
docs(online): update create-user.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Feb 29, 2024
1 parent 2c8efff commit 4931f34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/ROOT/pages/online/create-user.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ Finally, get the bearer token for the user with the following command:

[source,console]
----
$ kubectl -n hawtio get secrets \
$(kubectl -n hawtio get sa hawtio-user -o jsonpath="{.secrets[0].name}") \
-o go-template="{{.data.token | base64decode}}"
$ kubectl -n hawtio create token hawtio-user
----

Now you can copy the token and paste it to the Token form to log in to Hawtio console.

0 comments on commit 4931f34

Please sign in to comment.