ADMIN
can manage the organization and its stacks. It overrides the stack role.GUEST
of an organization can read the organization.ADMIN
of a stack can manage the stack control plane and data plane.GUEST
of a stack can read the stack control plane and data plane.ADMIN
, he will have the stack role ADMIN
even if it is not set.Organization | Stack | Scopes |
---|---|---|
ADMIN | _ | Read & Write |
GUEST | ADMIN | Read & Write |
GUEST | GUEST | Read |
GUEST | NONE | _ |
NONE | NONE | _ |
NONE | undefined | _ |
ADMIN
and have the role GUEST
in a stack. GUEST would be ignored, he would be granted of the role ADMIN
in the stack.GUEST
and stack GUEST
GUEST
and stack role GUEST
assignedNONE
would have the role guest assignedADMIN
and stack ADMIN
ADMIN
and stack role ADMIN
NONE
would have the role ADMIN assignedGUEST
would have the role ADMIN assignedNONE
and stack GUEST
GUEST
.NONE
would have the role GUEST
assignedADMIN
would have the role ADMIN
assigned