Azure Kubernetes Fleet Manager RBAC Writer
PrivilegiadaDado verificado em · Fonte
Entradas na definição
57Actions
0NotActions
0DataActions
0Alcance efetivo
piso, não totalControl plane
34Data plane
51Na definição (nativo)
57Piso, não total: expandido contra 17.591 ações de 151 providers colhidas da documentação da Microsoft. A Azure Management API expõe mais — o número real é maior, nunca menor.
5af6afb3-c06c-4fa4-8848-71a8aee05683Grants full write access to create and manage all resources but cannot assign roles or manage access to others.
Descrição
MicrosoftGrants read/write access to most Kubernetes resources within a namespace in the fleet-managed hub cluster. This role does not allow viewing or modifying roles or role bindings. However, this role allows accessing Secrets as any ServiceAccount in the namespace, so it can be used to gain the API access levels of any ServiceAccount in the namespace. Applying this role at cluster scope will give access across all namespaces.
Role Definition (JSON)
{"Name": "Azure Kubernetes Fleet Manager RBAC Writer","Id": "5af6afb3-c06c-4fa4-8848-71a8aee05683","IsCustom": false,"Description": "Grants read/write access to most Kubernetes resources within a namespace in the fleet-managed hub cluster. This role does not allow viewing or modifying roles or role bindings. However, this role allows accessing Secrets as any ServiceAccount in the namespace, so it can be used to gain the API access levels of any ServiceAccount in the namespace. Applying this role at cluster scope will give access across all namespaces.","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
PowerShell
Get-AzRoleDefinition -Name "Azure Kubernetes Fleet Manager RBAC Writer"
Azure CLI
az role definition list --name "Azure Kubernetes Fleet Manager RBAC Writer"