close
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

Is there a way to disable the automatic token renewal/refresh mechanism?
sherybedrock's user avatar
-1 votes
1 answer
195 views

I have implemented Spring Security in my Spring boot application and I am retrieving user credentials from Hashicorp vault . I am able to connect to HashiCorp vault using Spring Vault's vault template ...
user1462617's user avatar
2 votes
1 answer
588 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
1 vote
0 answers
184 views

I have secret “username” coming from vault and environment variable username is also set in local machine ,now env variable value is getting injected rather than value of secret from vault .How to ...
Sandy's user avatar
  • 11
2 votes
1 answer
216 views

I can't configure spring.cloud.vault to re-authenticate the application when the token expire. I use Kubernetes Authentication with service token, bun in the SessionManager class I find the batch ...
Daniil Baev's user avatar
0 votes
1 answer
352 views

We have one spring boot application in which we are having multiple client database in application.properties file. We are now trying to use vault server and we have a requirement to keep database ...
Viral Thakkar's user avatar
0 votes
0 answers
88 views

I am trying to embed the spring config server and client in the same application. According to the spring documentation, I created a composite profile. I am getting the below error when I run the ...
vkr's user avatar
  • 13
1 vote
0 answers
213 views

I'm working on moving the authentication credentials from my application config to HashiCorp vault. I was able to connect to vault with Vault configs in the application.yml or bootstrap.yml. But when ...
Spartan's user avatar
  • 349
0 votes
1 answer
1k views

When running Spring Boot locally, I'm using the default TOKEN based authentication with the spring-cloud-starter-vault-config dependency. Running vault login -method oidc saves a fresh vault token to ~...
Chris's user avatar
  • 4,708
0 votes
0 answers
549 views

I am trying to access Hashicorp Vault secrets from Spring boot application and getting 403 forbidden error. : org.springframework.vault.VaultException: Status 403 Forbidden [secret/secret]: permission ...
souvikc's user avatar
  • 1,041
1 vote
0 answers
107 views

I have configured my spring application to use vault with authentication based on approle. I have disabled bootstrapping. Handling approle based authentication programmatically. Following are the ...
Alok's user avatar
  • 21
1 vote
0 answers
486 views

These are my vault configuration spring.cloud.vault.enabled=true spring.cloud.vault.uri: pointing to valut server spring.cloud.vault.connection-timeout: 5000 spring.cloud.vault.read-timeout: 15000 ...
sumukh sharma's user avatar
0 votes
1 answer
1k views

I am trying to read two simple values from vault in spring boot app. no success and I do not know why. here is my code: pom.xml: <?xml version="1.0" encoding="UTF-8"?> <...
mahdad aioby's user avatar
-1 votes
1 answer
276 views

I am using Spring Vault in my project and trying to store a serialised representation of LocalDateTime (ISO date time format) as a secret data in Vault. However, the ObjectMapper used inside Spring ...
adarshr's user avatar
  • 62.9k
0 votes
1 answer
698 views

I want to create a wrapped token programmatically from my Spring Boot application in order to read/write key-value pairs to/from Hashicorp vault. I have gone through the documentation. Currently I am ...
sam's user avatar
  • 2,014

15 30 50 per page
1
2 3 4 5
10