azure
azure copied to clipboard
azureKeyvaultSecretsProvider is missing
See https://github.com/ansible-collections/azure/blob/v1.12.0/plugins/modules/azure_rm_aks.py#L574-L578
Output of azure_rm_aks_info for existing cluster:
"addonProfiles": {
"azureKeyvaultSecretsProvider": {
"enabled": true,
"identity": {
"clientId": "<...>",
"objectId": "<...>",
"resourceId": "/<...>"
}
},
"azurepolicy": {
"enabled": false
},
"httpApplicationRouting": {
"enabled": false
}
},
Does not appear possible to manage this addon in Ansible at this time?
@SSPJ Thank you for submitting this question. Could you describe your requirements in detail? I don't quite understand your requirements for the above description? Thank you very much!
@Fred-sun I need azure_rm_aks to support azureKeyvaultSecretsProvider addon so that I can create and manage clusters with this addon enabled. Thank you!
@SSPJ This parameter “identity” is not supported by the SDK, we will add it as soon as it is supported. Thank you very much!