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

VaultTokenCredentialBinding should create child tokens if limited policies are configured #339

Open
bluesliverx opened this issue Sep 19, 2024 · 0 comments · May be fixed by #338
Open

VaultTokenCredentialBinding should create child tokens if limited policies are configured #339

bluesliverx opened this issue Sep 19, 2024 · 0 comments · May be fixed by #338

Comments

@bluesliverx
Copy link
Contributor

What feature do you want to see added?

The VaultTokenCredentialBinding creates tokens that have full permission from the credential when policies are configured. If policies are configured on the folder or global config, a child token should be created that has those policies only in order to limit access to secrets.

This change should not be very big as it can utilize a lot of the same code built into the vault accessor class to create child tokens when necessary.

Upstream changes

n/a

Are you interested in contributing this feature?

Yes, I already have a PR (#338) created to add this functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant