Remove people related authz actions

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-05 17:13:13 +04:00
parent adfef480c3
commit ce0952e4ec
5 changed files with 29 additions and 28 deletions

View File

@@ -52,7 +52,8 @@ const (
ActionMembershipRoleSetOwner = "iam:membership-role:set-owner"
// Membership Profile actions
ActionMembershipProfileGet = "iam:membership-profile:get"
ActionMembershipProfileGet = "iam:membership-profile:get"
ActionMembershipProfileList = "iam:membership-profile:list"
// Personal API Key actions
ActionPersonalAPIKeyCreate = "iam:personal-api-key:create"