Azure Kubernetes Service RBAC Reader
Data PlaneIAM ScopeContainers·35 permissões
Dado verificado em · Fonte
Total de permissões
35Actions
0NotActions
0DataActions
0Role ID
7f6c6a51-bcf8-42ba-9220-52d62157d7dbCategoria
ContainersRisk Tier
Data Plane (DP)Risk Tier: Data Plane
Grants access to data stored within services (blobs, queues, secrets, keys) without management plane control.
Descrição
MicrosoftAllows read-only access to see most objects in a namespace. It does not allow viewing roles or role bindings. This role does not allow viewing Secrets, since reading the contents of Secrets enables access to ServiceAccount credentials in the namespace, which would allow API access as any ServiceAccount in the namespace (a form of privilege escalation). Applying this role at cluster scope will give access across all namespaces.
Role Definition (JSON)
{"Name": "Azure Kubernetes Service RBAC Reader","Id": "7f6c6a51-bcf8-42ba-9220-52d62157d7db","IsCustom": false,"Description": "Allows read-only access to see most objects in a namespace. It does not allow viewing roles or role bindings. This role does not allow viewing Secrets, since reading the contents of Secrets enables access to ServiceAccount credentials in the namespace, which would allow API access as any ServiceAccount in the namespace (a form of privilege escalation). 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 Service RBAC Reader"
Azure CLI
az role definition list --name "Azure Kubernetes Service RBAC Reader"