python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What "Everything is path based" means in HashiCorp Vault?
In Vault documentation, specifically the policies page, there is this phrase:
Everything in Vault is path based, and policies are no exception
I wonder about this phrase, does it mean that in the ar...

Wazery
Votes: 0
Answers: 2
Vault's Static role or Dynamic role in Python
I am trying to implement database authentication for MongoDB using Vault. I decided to go with Static role as only one user per DB is needed and Vault rotates the user's password, but in case of Dynam...
mark86v1
Votes: 0
Answers: 0
Reading secrets from Vault CLI
I'm trying to read secrets from Vault using CLI using the following commands:
JWT=$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)
vault write auth/kubernetes/login role="${K8S_ROLE_IDE...

briba
Votes: 0
Answers: 3
Terraform: update resources only when Vault secret data has changed
This should be fairly easy, or I might doing something wrong, but after a while digging into it I couldn't find a solution.
I have a Terraform configuration that contains a Kubernetes Secret resource ...
José L. Patiño
Votes: 0
Answers: 1