Skip to content

Commit

Permalink
Update day39.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCade authored Jul 20, 2023
1 parent 61f8de6 commit 2a65bd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 2023/day39.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ We must now exec into our vault-0 pod to enable the secret engine.

`kubectl exec --stdin=true --tty=true vault-0 -n vault -- /bin/sh`

We will now have to authenticate and login using `vault login` and provide the token we discovered with root_token in a previous step.

![](images/day39-7.png)

We will now run the following commands the first will enable the secret engine and the second will create secret at the path.
Expand Down

0 comments on commit 2a65bd5

Please sign in to comment.