-
Notifications
You must be signed in to change notification settings - Fork 61
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
[Issue / Question] Is the role missing metadata alias entity ? #111
Comments
Hi 👋 thanks for including all the detail and links.
What's the key you used here, and what was the error? I haven't tested this recently, but I believe the role should be accessible via |
👋 |
There's no strong reason AFAICT to exclude role from alias metadata. We can add that. As for |
|
Hi folks,
TLDR: Is the role missing from entity alias metadata or is this some documentation issue ?
I was following this documentation about acl policy templating and k8s auth. It say:
When I look at this sample response from here
I see role should be available in the template but It did not work.
When I take a look in the code
I see the role is in the entity metadata but not in entities alias one. From what I understand we can only use entities alias for ACL templating (I tried to use directly metadata entities but failed to use them).
So here is my question : Is this a bad documentation issue or should we add the role in metadata entity or am I missing something else ?
Thanks in advance for your help / explanation :)
The text was updated successfully, but these errors were encountered: