(Unit 5 of 8) Azure Role-Based Access Control (RBAC) Flashcards
What is the PRINCIPLE OF LEAST PRIVILEGE ?
You should only grant access up to the level needed to complete a task.
What is Azure RBAC?
Instead of defining access for individuals, RBAC allows common access rules for certain groups.
Example: New IT hire gets same access as others in IT group
How is role-based access control applied to resources?
Role-based access control is applied to a scope, which is a resourceor set of resources that this access applies to.
What is included in a SCOPE regarding RBAC?
- A management group (a collection of multiple subscriptions).
- A single subscription.
- A resource group.
- A single resource.
Azure RBAC is ____ ?
Heirachical
What happens when access is granted to a PARENT scope?
Those permissions are inherited by all child scopes
Give examples of RBAC scope access inheritance (1)
- Owner assigned to managment group allows user to manage all SUBS in the management group
Give examples of RBAC scope access inheritance (2)
- Reader role to a group at the subscription scope, the members of that group can view every resource group and resource within the subscription.
How is RBAC enforced?
- Enforced on any action initiated against a resource passing through AZ resource manager (ARM)