Skip to content

Commit

Permalink
ARTESCA-13607 // filter out iam storage manager role
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Oct 21, 2024
1 parent 23fe25f commit b8daae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/react/utils/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export const STORAGE_ACCOUNT_OWNER_ROLE = 'storage-account-owner-role';
const DATA_CONSUMER_ROLE = 'data-consumer-role';
const DATA_ACCESSOR_ROLE = 'data-accessor-role';
export const SCALITY_INTERNAL_ROLES = [
STORAGE_MANAGER_ROLE,
STORAGE_ACCOUNT_OWNER_ROLE,
DATA_CONSUMER_ROLE,
DATA_ACCESSOR_ROLE,
Expand Down

0 comments on commit b8daae5

Please sign in to comment.