Fix delete domain permission
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -317,6 +317,7 @@ var Permissions = map[uint16]map[Action][]Role{
|
|||||||
ActionRemoveMember: {RoleOwner, RoleFull},
|
ActionRemoveMember: {RoleOwner, RoleFull},
|
||||||
|
|
||||||
ActionCreateCustomDomain: {RoleOwner},
|
ActionCreateCustomDomain: {RoleOwner},
|
||||||
|
ActionDeleteCustomDomain: {RoleOwner},
|
||||||
ActionInitiateDomainVerification: {RoleOwner},
|
ActionInitiateDomainVerification: {RoleOwner},
|
||||||
ActionVerifyDomain: {RoleOwner},
|
ActionVerifyDomain: {RoleOwner},
|
||||||
ActionCreateSAMLConfiguration: {RoleOwner},
|
ActionCreateSAMLConfiguration: {RoleOwner},
|
||||||
|
|||||||
Reference in New Issue
Block a user