spring-cloud / spring-cloud-vault

Configuration Integration with HashiCorp Vault
http://cloud.spring.io/spring-cloud-vault/
Apache License 2.0
272 stars 151 forks source link

TOKEN auth fallback to file ~/.vault-token #614

Closed tbrantb closed 2 years ago

tbrantb commented 2 years ago

Make TOKEN authentication fallback to reading a token from ~/.vault-token file. This assists in usability of spring cloud vault locally after authenticating to vault via the vault CLI.

mp911de commented 2 years ago

Thank you for your contribution. That's merged, polished, and backported now.

tbrantb commented 2 years ago

That's great! Thanks! Any idea of release timeframe for 3.0.5 ?

mp911de commented 2 years ago

Likely end of November. You can get hold of Spring Cloud release dates at https://github.com/spring-cloud/spring-cloud-release/milestones. Alternatively, have a look at https://calendar.spring.io/ to get an overview of all Spring release dates.