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
Is your feature request related to a problem? Please describe.
Currently, we can't turn on/off inheritance for a set of permissions for a given user/group and security token.
The text was updated successfully, but these errors were encountered:
The inheritPermissions flag is associated with a token or a resource rather than a group or identity. So, when you change inheritPermssions flag for a token, it will be reflected for every group or users already added or are going to be added in future.
These requires commands related to update/delete/list Access control lists.
Currently all our commands are associated with modifying an entry(ACE) in ACL and not the ACL itself.
We are not planning to add the commands related to ACL as of now, since the listing of ACL is currently broken due to lack of pagination feature in the Security APIs [and the access control list is usually very long due to the reason that its an extensive list of tokens for all users/groups associated with that resource]
We shall revisit this feature once the pagination is added to the corresponding security APIs.
Till then, only way to update inheritance-flag for your token is to do http POST request on the token
Is your feature request related to a problem? Please describe.
Currently, we can't turn on/off inheritance for a set of permissions for a given user/group and security token.
The text was updated successfully, but these errors were encountered: