From 601327fcb563b05a50759e8f7f4c4495a457a886 Mon Sep 17 00:00:00 2001 From: Iraq Jaber Date: Tue, 4 Mar 2025 15:13:56 +0000 Subject: [PATCH] fixup! fixup! fixup! fixup! feat(permissions): Addeding system user support for permission check v2 --- cmd/defaults.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cmd/defaults.yaml b/cmd/defaults.yaml index 71ad22a4f9..d5ccfec7f5 100644 --- a/cmd/defaults.yaml +++ b/cmd/defaults.yaml @@ -633,9 +633,15 @@ SystemAPIUsers: # - MemberType: System # Roles: # - "SYSTEM_OWNER" +# - "SYSTEM_OWNER_VIEWER" # # Actually, we don't recommend adding IAM_OWNER and ORG_OWNER to the System membership, as this basically enables god mode for the system user # - "IAM_OWNER" -# - "ORG_OWNER" +# - "IAM_OWNER_VIEWER" +# - "IAM_ORG_MANAGER" +# - "IAM_USER_MANAGER" +# - "IAM_ADMIN_IMPERSONATOR" +# - "IAM_END_USER_IMPERSONATOR" +# - "IAM_LOGIN_CLIENT" # # MemberType IAM and Organization let you restrict access to a specific instance or organization by specifying the AggregateID # - MemberType: IAM # Roles: "IAM_OWNER"