ManagedClusterPodIdentityException interface
A pod identity exception, which allows pods with certain labels to access the Azure Instance Metadata Service (IMDS) endpoint without being intercepted by the node-managed identity (NMI) server. See disable AAD Pod Identity for a specific Pod/Application for more details.
Properties
| name | The name of the pod identity exception. |
| namespace | The namespace of the pod identity exception. |
| pod |
The pod labels to match. |
Property Details
name
The name of the pod identity exception.
name: string
Property Value
string
namespace
The namespace of the pod identity exception.
namespace: string
Property Value
string
podLabels
The pod labels to match.
podLabels: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}