Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
unbeatencoder opened this issue Feb 26, 2023 · 2 comments
Labels
status: ideal-for-contribution An issue that a contributor can help us with status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged

Comments

@unbeatencoder
Copy link

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.

@mp911de
Copy link
Member

mp911de commented Feb 27, 2023

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 mp911de added status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged labels Feb 27, 2023
@unbeatencoder
Copy link
Author

Got it. Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ideal-for-contribution An issue that a contributor can help us with status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

No branches or pull requests

2 participants