Questions tagged [spring-cloud-vault-config]

Spring Cloud Vault Config provides client-side support for HashiCorp's Vault secret management in a distributed system.

Spring Cloud Vault Config provides client-side support for HashiCorp's Vault secret management in a distributed system.

https://cloud.spring.io/spring-cloud-vault/

128 questions
0
votes
0 answers

Cannot enable vault userpass authentication using spring

I'm trying to enable vault's userpass authentication mode using Spring's rest template but getting 403 - Forbidden but the same request created in Postman works. I tried with both PUT and POST, with X-Vault-Token(value is the the root token) in…
0
votes
2 answers

UserPass Authentication Vault

I have been trying to use the authentication method from Hashicorp Vault (from here) in my application to get configurations. But not able to get any information regarding this authentication type in Spring's docs, examples, etc. Can you please help…
0
votes
1 answer

Can spring boot be configured to have a fall back when vault is down?

I'll be deploying my application to aws but the vault instance is not configured there yet so I was wondering if there is a way to use a properties files instead if vault is not up. The app doesn't start successfully when Vault is not started.
osmingo
  • 994
  • 1
  • 8
  • 16
0
votes
1 answer

In Spring Cloud Server adds other properties to an existing environment

We are using spring cloud config server with a backed git repository to provide properties for a test profile. We have received a requirement to move our keys to vault (hashicorp) and keep regular properties as usual in our properties file. Before…
0
votes
1 answer

Spring Cloud Config with Git/Vault backend - token passthrough

Instead of giving an AppRole or Static Token for Spring Cloud Config Server to access ALL secrets across ALL applications, is it possible to configure Spring Cloud Vault Config to utilize a given token on the request for the configuration? This…
0
votes
0 answers

Override properties in bootstrap.yml

I want to override property defined in bootstrap.yml right after it is loaded. eg: need to override/define spring.cloud.vault.secret-id based on some condition. How I can achieve same before spring-cloud-vault use secret-id property to connect to…
0
votes
1 answer

"Secret id missing" error while connecting to Vault using Spring cloud vault

I am trying to connect to spring vault using role based authentication (spring boot project). As per documentation, I should be able to connect to spring vault only using approle (pull mode). However, I am getting secrect-id missing exception on…
0
votes
1 answer

Configure spring cloud config server to use vault as backend

The documentation here shows that, the config server can be configured to use vault as its backend, by simply setting the property below, in application.properties spring.profiles.active=vault Even after doing so, when a Embedded config server…
1 2 3
8
9