azure icon indicating copy to clipboard operation
azure copied to clipboard

azureKeyvaultSecretsProvider is missing

Open SSPJ opened this issue 3 years ago • 3 comments

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 avatar Mar 25 '22 16:03 SSPJ

@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 avatar Mar 31 '22 09:03 Fred-sun

@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 avatar Mar 31 '22 13:03 SSPJ

@SSPJ This parameter “identity” is not supported by the SDK, we will add it as soon as it is supported. Thank you very much!

Fred-sun avatar Sep 07 '22 08:09 Fred-sun