Share via


ContainerServiceBuiltInRole.AzureKubernetesServiceRbacReader Property

Definition

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.

public static Azure.Provisioning.ContainerService.ContainerServiceBuiltInRole AzureKubernetesServiceRbacReader { get; }
static member AzureKubernetesServiceRbacReader : Azure.Provisioning.ContainerService.ContainerServiceBuiltInRole
Public Shared ReadOnly Property AzureKubernetesServiceRbacReader As ContainerServiceBuiltInRole

Property Value

Applies to