spring-projects / spring-vault

Provides familiar Spring abstractions for HashiCorp Vault
https://spring.io/projects/spring-vault
Apache License 2.0
283 stars 186 forks source link

Support JWT Authentication #689

Closed paguos closed 1 year ago

paguos commented 2 years ago

Add the JWT authentication method to the library: https://www.vaultproject.io/api-docs/auth/jwt

paguos commented 2 years ago

Is this something you could consider? 😃

mp911de commented 2 years ago

Feel free to submit a pull request including ideally some integration tests that we can run in an isolated environment (i.e. without internet/external network access).