VAULT QUESTIONS MUST BE DEVELOPER-RELATED. Vault is an open-source platform designed to store secrets securely, Questions about configuring vault should be asked on https://serverfault.com. Not to be confused with [ansible-vault].
Questions tagged [vault]
300 questions
1
vote
1 answer
Vault Kubernetes Authentication
I have my own hosted Kubernetes cluster where I store my secrets in vault. To give my microservices access to the secrets managed by vault, I want to authenticate my microservices via their service accounts. The problem I'm facing is that vault…

Sebastian Ullrich
- 1,007
- 11
- 21
1
vote
0 answers
Spring Repository for Vault secrets (v2)
I'm trying to resolve my vault stored credentials via a Spring Vault Repository. Unfortunately Spring assumes the wrong version number of the vault kv store (v1 instead of v2). I conclude this from the urls the repository fetches:
This is my @Secret…

Sebastian Ullrich
- 1,007
- 11
- 21
1
vote
2 answers
Unable to list the LDAP groups in Hashicorp vault, along with the policy attached to it
I want to list LDAP groups in Hashicorp vault, along with the policy which is attached with those LDAP groups in python code. I am able to list all the LDAP groups but not able to get the commands to list the policy along with it.

Soju George
- 21
- 4
1
vote
0 answers
vault dial tcp 127.0.0.1:8200: connect: connection refused
I'm try to run vault instance on aws and when i want to run command: vault operator init -key-shares=5 -key-threshold=3 -format json on Ansible role and i have error code :
fatal: [vault]: FAILED! => {"changed": true, "cmd": "vault operator init…

The Nurse
- 23
- 2
- 6
1
vote
0 answers
Google Cloud Platform - Is there possible to access the Secret Manager from GCP through Vault
We are trying to provision the F5 2NIC BIG-IP through Terraform.
I found https://github.com/memes/terraform-google-f5-bigip/tree/main/examples/standalone-2nic article to provision the F5 2-NIC through Terraform.
In this article they were using GCP…

Anand Rajagopal
- 1,593
- 6
- 24
- 40
1
vote
0 answers
Monitor for Hashicorp vaut fields
I'm using the Hashicorp vault to store the application configuration in kv secrets. I need to perform an action based on the values getting change in the kv secrets. Is there is any way to monitor the field change or at least monitor any update to…

user1316830
- 71
- 1
- 6
1
vote
0 answers
Auth service with jwt and Vault
I want to implement a small authorization service on JWT tokens
My steps :
Tokens will be signed by the RSA
Store keys I want to delegate to Vault, and I want Vault to automatically generate new keys
Authorization Service will pull the current…

Konstantin
- 41
- 3
1
vote
0 answers
Spring Cloud Config resolve secret propertiers via Vault and Git
I want to use this scheme. I have git repo with some config files, which contains secret props, eg. password. And I have Vault witch secrets.
I want the spring cloud server to go to the repository and take the properties, and then go through the…

All_Safe
- 1,339
- 2
- 23
- 43
1
vote
3 answers
How to reinitialize hashicorp vault
I'm working on an automating a hashicorp vault process, and I need to repeatedly run the vault operator init command because of trial and error testing, I tried uninstalling vault and installing it again, but it seems like that doesn't remove the…

Omaruchan
- 403
- 1
- 5
- 12
1
vote
1 answer
Unable to connect to Vault Error unsealing: Put "https://127.0.0.1:8200/v1/sys/unseal": dial tcp 127.0.0.1:8200: connect: connection refused
I am unable to connect to value. This is the error log:
default:
Error! Failed writing data: Put
"http://127.0.0.1:8500/v1/kv/cobalt/cluster/status": dial tcp
127.0.0.1:8500: connect: connection refused
default: Checking and intializing…

Priyanka Taneja
- 41
- 1
- 8
1
vote
0 answers
How to encrypt yaml file in Jenkins or use Vault
I am deploying Helm charts through Jenkins. We store all our credentials in Vault. When we were running the helm command manually, we were first running this command to pull our values from vault and store them in a yaml file on our local:
dockcmd…

Oplop98
- 220
- 1
- 2
- 8
1
vote
1 answer
Vault secrets into kubernetes secrets or environment variable
I'm using external vault with kubernetes and i want all my secrets be either in pod env or in kubernetes secrets.
I tried to use
apiVersion: apps/v1
kind: Deployment
metadata:
name: orgchart
labels:
app: orgchart
spec:
selector:
…

Амангельды Омаров
- 66
- 6
1
vote
2 answers
Best way to connect spring boot application to VAULT using LDAP authentication method
I am trying to connect my Java application to Enterprise Vault using LDAP authentication method.
spring won't provide a direct way to connect with like it provide…

Pramendra Raghuwanshi
- 405
- 4
- 18
1
vote
1 answer
Only create policy document rule on condition true - Terraform Vault
I have a Vault instance and I manage policies and secrets in it with Terraform. There are a couple of repeated steps when creating approle authentication, policy and policy documents for newly onboarded teams, because each team has several…

KatKibo
- 133
- 2
- 9
1
vote
2 answers
Getting started with Vault for existing non-containerized Windows apps
We have a bunch of Windows server applications that currently handle secrets as follows; our apps are in C#.
We store them in settings files in code
We store them encrypted, using a certificate
The servers have this certificate with the private…

mfinni
- 65
- 1
- 17