python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Hashicorp Vault: Write secret file then read it again?
We have a need to store a Java KeyStore file in Hashicorp Vault. I was able to write the file just fine with a command something like:
vault write -address ${VAULT_ADDR} ${SECRET_PATH} keystore=@myKe...
Shadowman
Votes: 0
Answers: 1
How to fetch secrets from vault to my jenkins configuration as code installation with helm?
I am triying to deploy a Jenkins using helm with JCASC to get vault secrets. I am using a local minikube to create mi k8 cluster and a local vault instance in my machine (not in k8 cluster).
Even that...
alanmas
Votes: 0
Answers: 2
Clarifying Vault key decryption process
I'm trying to understand Vault workflow w.r.t. keys, e.g.: https://www.vaultproject.io/docs/concepts/seal
As I understand,
unseal (shared) keys are provided on init
they're used to acquire the combi...
deshalder
Votes: 0
Answers: 1
Terraform policy import errors
I have a bunch of existing Vault policies with the following naming conventions
org1.bu1
org1.bu2
....
org1.buN
I would like to manage these policies using terraform, however when I try to import th...
vishpat
Votes: 0
Answers: 1