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.
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.