Skip to content

Commit 02814f6

Browse files
committed
fix application role ADMIN (not ADMINISTRATOR)
1 parent 82bb5db commit 02814f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mas/devops/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ def create_initial_user_for_saas(self, user, user_type):
887887
"alwaysReserveLicense": True
888888
}
889889
is_workspace_admin = True
890-
application_role = "ADMINISTRATOR"
890+
application_role = "ADMIN"
891891
# TODO: check which security groups primary users should be members of
892892
manage_security_groups = ["MAXADMIN"]
893893
elif user_type == "SECONDARY":

0 commit comments

Comments
 (0)