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
Injecting Vault secrets into a few Kubernetes Clusters
Good afternoon, colleagues.
Please tell me.
I set up the k8s+vault integration according to the instructions: https://www.hashicorp.com/blog/injecting-vault-secrets-into-kubernetes-pods-via-a-sidecar
...

Andrew Kaa
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
update vault secret using terraform
I'm trying to push terraform variable to vault using this recource
resource "vault_generic_secret" "secret" {
path = "mxv/terraform/machines/test"
data_json = <&...
Misha Pakhomov
Votes: 0
Answers: 0