spring-vault icon indicating copy to clipboard operation
spring-vault copied to clipboard

Usage query : OIDC Token short lived authentication for single operation support

Open unbeatencoder opened this issue 2 years ago • 2 comments

Background is that we allow users to authenticate using OIDC and get a short lived vault token. And they can use this to read/write secrets from vault based on access control policies of Vault. I am trying to write a utility tool which can use this token and read/write secrets to vault. I am looking for an authentication method that will allow me to connect with our corporate vault instance with an OIDC token and perform operations as long as token is valid. I couldn't find any such authentication method for the VaultTemplate. Is it possible to use this library for this use case? Thanks in advance for your help in this regards.

unbeatencoder avatar Feb 26 '23 19:02 unbeatencoder

I believe this is a duplicate of #689. We currently do not support JWT authentication yet. However, we're happy to review a pull request if you're interested in contributing such an authentication mechanism.

mp911de avatar Feb 27 '23 12:02 mp911de

Got it. Thanks! :)

unbeatencoder avatar Mar 03 '23 04:03 unbeatencoder