What is the practical use of the policy role at the moment? #459
-
What is the applicability of the
I can create a new role, add members, but I don't have an endpoint to check if a member is part of a certain role, right? I need to get a role and all its members to check if the member belongs to that role and after that consult a specific policy for that role, is this really the expected process? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have solved my question. The role ID is seen as a "subject" in policies and cannot mix two different flavor of roles and policies that use roles as a subject. For example, if I create a role "admin" with "glob" flavor, I need to use "glob" into policy that use role "admin" as a subject. |
Beta Was this translation helpful? Give feedback.
I have solved my question. The role ID is seen as a "subject" in policies and cannot mix two different flavor of roles and policies that use roles as a subject.
For example, if I create a role "admin" with "glob" flavor, I need to use "glob" into policy that use role "admin" as a subject.