-
Got vault installed, approles is created. But do role secret id and token is saved in some secret? |
Beta Was this translation helpful? Give feedback.
Answered by
csatib02
Sep 15, 2024
Replies: 1 comment
-
Hey @srekkas, They are saved in a k8s secret called: vault auth list # To get enabled auth-methods
vault list auth/{auth-method}/role # To get associated role |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
csatib02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @srekkas,
They are saved in a k8s secret called:
vault-unseal-keys
.If you are interested of retrieving the role: