Managing Access to Resources with Role-Based Access Control (RBAC) Flashcards

1
Q

What is RBAC, and how does it control access to resources and services in Azure?

A

RBAC stands for Role-Based Access Control, which controls access to resources and services based on roles assigned to users, devices, applications, or services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two overarching types of roles in Azure RBAC?

A

The two overarching types of roles in Azure RBAC are built-in roles and custom roles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the importance of scope in role assignments?

A

: Scope refers to the permissions necessary for a specific task, as well as the resources or services involved, and the individuals involved. It’s crucial to limit permissions to only what is necessary.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

: What is inheritance in the context of RBAC?

A

Inheritance is the principle or capability of roles to inherit permissions from other roles. It helps avoid redundant role assignments by applying permissions at a higher level of organizational construct.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some best practices for managing access with RBAC?

A

Some best practices include practicing least privilege, using built-in roles whenever possible, segregating roles based on duties and responsibilities, managing resource or service scope to avoid permission sprawl, and regularly reviewing, auditing, and documenting access control configurations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the key principle to remember with role assignment in RBAC?

A

The key principle is scope, ensuring that permissions are limited to what is necessary for a specific task or role.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can inheritance be applied effectively in RBAC?

A

Inheritance can be applied by assigning roles and permissions to groups rather than individual users whenever possible. This ensures efficiency and avoids redundancy in role assignments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are some benefits of using RBAC in Azure?

A

RBAC provides built-in roles for convenience and custom roles for specificity, helps in managing access efficiently, and ensures security by limiting permissions based on roles and responsibilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly