Azure Kubernetes Service RBAC Reader

Azure RBAC · Containers · Data Plane

Azure Kubernetes Service RBAC Reader

Data PlaneIAM ScopeContainers·35 permissões

Dado verificado em · Fonte

Total de permissões

35

Actions

0

NotActions

0

DataActions

0
Role ID
7f6c6a51-bcf8-42ba-9220-52d62157d7db
Categoria
Containers
Risk 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

Microsoft

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.

Permissões

MicrosoftCarregando...Azure built-in roles

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"
Ver a documentação oficial na Microsoft Learn