policy by resource type, resource id #1239
Unanswered
nithinkumarscaler
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am just wondering how would the policy definition would look if we are to support permission at individual resource level.
eg, userid#1 has access to read ResourceTypeX resourceId#1
userid#1 has access to write ResourceTypeX resourceId#1
userId#2 has access to read ResourceTypeX resourceId#122
userId#2 has access to write ResourceTypeX resourceId#122
RoleX has access to read/write ResourceTypeX resourceIdId#* (all instances of a resourceType)
I would also need policy that says a user is allowed to create a particular resourceType. E,g
RoleX can create a resource of type ResourceTypeX
RoleY can create a resource of type ResourceTypeY
Beta Was this translation helpful? Give feedback.
All reactions