Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5770,6 +5770,10 @@
"azureKeyVaultKms": {
"$ref": "#/definitions/AzureKeyVaultKms",
"description": "Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile."
},
"workloadIdentity": {
"$ref": "#/definitions/ManagedClusterSecurityProfileWorkloadIdentity",
"description": "[Workload Identity](https://azure.github.io/azure-workload-identity/docs/) settings for the security profile."
}
},
"description": "Security profile for the container service cluster."
Expand Down Expand Up @@ -5802,6 +5806,16 @@
},
"description": "Azure Key Vault key management service settings for the security profile."
},
"ManagedClusterSecurityProfileWorkloadIdentity": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"description": "Whether to enable Workload Identity"
}
},
"description": "Workload Identity settings for the security profile."
},
"CreationData": {
"description": "Data used when creating a target resource from a source resource.",
"type": "object",
Expand Down