Skip to content

Commit 2a65bd5

Browse files
authored
Update day39.md
1 parent 61f8de6 commit 2a65bd5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

2023/day39.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ We must now exec into our vault-0 pod to enable the secret engine.
131131

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

134+
We will now have to authenticate and login using `vault login` and provide the token we discovered with root_token in a previous step.
135+
134136
![](images/day39-7.png)
135137

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

0 commit comments

Comments
 (0)