close
Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
2 replies
58 views

I have one hashicorp vault instance running in a container. My app authenticates against this with approle auth, and requests the secrets at runtime. The secrets include keys that can not be created ...
Jack Potter's user avatar
0 votes
0 answers
80 views

I am using HashiCorp Vault Agent (sidecar) to dynamically generate and rotate TLS certificates for a PostgreSQL container. The certificates are written to a shared volume (/vault/certs/postgres) that ...
ussrback's user avatar
  • 649
1 vote
0 answers
78 views

An encrypted license file which I'm storing as an JSON object in my DB. I want to store it in azure key vault for security reasons. Is it possible to store it in azure key vault using POST route and ...
Ishwar R's user avatar
1 vote
0 answers
99 views

I have a spring boot microservices demo. My vault instance is running in Docker in Google Cloud VM. Dependency in config server pom.xml: <dependency> <groupId>org.springframework.cloud&...
Sercan Noyan Germiyanoğlu's user avatar
-1 votes
2 answers
424 views

I am working on a Python sample code for the first time. This is about how to retrieve secrets from Hashicorp Vault secrets manager API; hvac.client.secrets.kv.v2, my code is as follows: # 1. Setup ...
Ana's user avatar
  • 1
0 votes
0 answers
113 views

I’m setting up HashiCorp Vault to manage .env secrets for a Node.js application, and I want the entire system — including Vault, PostgreSQL, and the app — to run entirely on the client’s local server, ...
aouiti alaeddine's user avatar
0 votes
0 answers
97 views

I want to know how to use jenkins plugins to list all of ly jenkins credentails with SystemCredentialsProvider I used : def credsStore = jenkinsInstance.getExtensionList('com.cloudbees.plugins....
noopi's user avatar
  • 1
0 votes
1 answer
216 views

I'm having a problem with the community version of Vault (v1.20.0). My understanding is that if I set up a JWT auth method, Vault will search all of the roles to find one that matches the claims ... ...
Josh Sirota's user avatar
0 votes
1 answer
138 views

I have configured delivery of secrets from Valt to kubernetes cluster. configured via CSI with creation of SecretProviderClass. secret put in volume: ... volumeMounts: - name: secrets-store-...
komito's user avatar
  • 23
0 votes
2 answers
123 views

In Hashicorp vault, how do I fetch a specific KV pair from a set of KVs I have defined at a certain path? For eg, if I define multiple key-value pairs under /mysecrets, I have to do this: http://...
Mandroid's user avatar
  • 7,866
0 votes
2 answers
261 views

I'm trying to use Vault CSI Provider to get secrets and HCP Vault Made the following policy and role on terraform: resource "vault_policy" "n8n" { name = "n8n" ...
Антон Челышков's user avatar
2 votes
1 answer
590 views

I'm using Spring Boot 3.4.3, Java 21 and Windows 11 Pro. I'm trying to read secrets from Hashicorp Vault. I followed various tutorials such as this one but reading credentials has never worked ...
BullyWiiPlaza's user avatar
0 votes
0 answers
125 views

I have a java app that populates a class's member variables with values that are saved in vault by injecting an instance of the class into the service rather than explicitly calling the class's ...
Tim's user avatar
  • 867
1 vote
0 answers
294 views

What I would like to achieve is to retrieve a PEM certificate stored in Vault and configure it inside an application.yml file correctly so the SpringBoot app can read it. This is a working sample (...
PatPanda's user avatar
  • 5,566
2 votes
1 answer
138 views

I have a problem with the Spring Boot Config Server. Here is my pom.xml <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent<...
Marcin's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
23