You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: