-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add approle metadata to identity alias #8128
Comments
We have worked around this by going to the entity associated with the alias after creating the AppRole and using the metadata from there Then we can apply the policy
Not sure if this is related to your issue @lcgkm ? |
@lcgkm completely agree, we don't want to do it either. We still need some method of automating this process for the time being as we are pursuing this path for policies that grant access to secrets based on an AppRole name. The solution we are currently using is as follows: For new AppRoles (using the CLI):
For existing AppRoles: |
@cfarrend Agree! |
Could we allows for writing identity token templates that include attribute:[role_name]?
(And including this attribute in path templates)
If Vault can add AppRole's role name to entity alias metadata, and then we can reference Entity metadata in our ACL templates directly.
Reference:
#7985
#2985
#5916
The text was updated successfully, but these errors were encountered: