Skip to content

Commit 79b496e

Browse files
authored
feat: add workloadIdentity settings to SecurityProfile (#18360)
1 parent ee59544 commit 79b496e

File tree

1 file changed

+14
-0
lines changed
  • specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-03-02-preview

1 file changed

+14
-0
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-03-02-preview/managedClusters.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5813,6 +5813,10 @@
58135813
"azureKeyVaultKms": {
58145814
"$ref": "#/definitions/AzureKeyVaultKms",
58155815
"description": "Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile."
5816+
},
5817+
"workloadIdentity": {
5818+
"$ref": "#/definitions/ManagedClusterSecurityProfileWorkloadIdentity",
5819+
"description": "[Workload Identity](https://azure.github.io/azure-workload-identity/docs/) settings for the security profile."
58165820
}
58175821
},
58185822
"description": "Security profile for the container service cluster."
@@ -5845,6 +5849,16 @@
58455849
},
58465850
"description": "Azure Key Vault key management service settings for the security profile."
58475851
},
5852+
"ManagedClusterSecurityProfileWorkloadIdentity": {
5853+
"type": "object",
5854+
"properties": {
5855+
"enabled": {
5856+
"type": "boolean",
5857+
"description": "Whether to enable Workload Identity"
5858+
}
5859+
},
5860+
"description": "Workload Identity settings for the security profile."
5861+
},
58485862
"CreationData": {
58495863
"description": "Data used when creating a target resource from a source resource.",
58505864
"type": "object",

0 commit comments

Comments
 (0)