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

Spring Vault Github Token Authentication method request #821

Closed radhakrishna67 closed 4 months ago

radhakrishna67 commented 1 year ago

Hi team, we are allowed to use only GitHub token to login into HashiCorp Vault. Spring Vault is currently not supporting GitHub token authentication method. Could you please consider this as an enhancement ?

Thanks, Radhakrishna.

mp911de commented 1 year ago

Right now, you're the first one who asked. Spring Vault comes with an extensible model so for the time being, feel free to implement your own ClientAuthentication based on GitHub tokens.