Skip to content

Commit

Permalink
docs: update create-user.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi authored and phantomjinx committed Feb 26, 2024
1 parent a3a03e8 commit cc95a93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/create-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ EOF
Finally, get the bearer token for the user with the following command:

```sh
$ 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.
Expand Down

0 comments on commit cc95a93

Please sign in to comment.