- Azure Resource Manager Templates Quick Start Guide
- Ritesh Modi
- 174字
- 2021-07-02 12:59:33
Role-based access control
After authenticating and gaining access to the Azure environment, there is an additional layer that checks for access authorization to the resource and resource group. This additional layer is role-based access control (RBAC), which checks whether the user who is trying to access the resource has permissions to access and perform the activity it intends to perform. It is composed of three different components:
- Permissions: Also known as role definition
- Scope: The scope on which the permissions are evaluated. They are resource groups and resources
- Principal: The actor trying to access the resources. It could be a user, group, or a service principle
RBAC assigns permissions to a principle at a given scope. For example, contributor permission is assigned to a service principal for a resource group.
It is also hierarchical and flows down from subscription to the resource group, and finally to the resource level.
Any permissions assigned to a principal at a resource group scope automatically gets the same access for resources contained within that resource group.
- Linux運維實戰(zhàn):CentOS7.6操作系統(tǒng)從入門到精通
- Puppet實戰(zhàn)
- 阿里云數(shù)字新基建系列:云原生操作系統(tǒng)Kubernetes
- Instant Handlebars.js
- SharePoint 2013 應用開發(fā)實戰(zhàn)
- Moodle 3.x Teaching Techniques(Third Edition)
- Kali Linux 2018:Windows Penetration Testing
- Vim 8文本處理實戰(zhàn)
- Python UNIX和Linux系統(tǒng)管理指南
- 分布式高可用架構(gòu)之道
- Windows 7實戰(zhàn)從入門到精通(超值版)
- Hands-On GPU Programming with Python and CUDA
- HTML5 Enterprise Application Development
- Linux應用大全 基礎與管理
- Raspberry Pi入門指南