Update day39.md

This commit is contained in:
Michael Cade 2023-07-20 12:00:51 +01:00 committed by GitHub
parent 61f8de6fab
commit 2a65bd5764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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` `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) ![](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. We will now run the following commands the first will enable the secret engine and the second will create secret at the path.