Has anyone got workload identity going with an AKS...
# azure
d
Has anyone got workload identity going with an AKS cluster? I’m looking for a way to do the equivalent of the following CLI command, but via Pulumi : az aks update \ --name $aksClusterName \ --resource-group $aksResourceGroupName \ --enable-oidc-issuer Thanks!
r
Which
Pulumi.AzureNative
namespace (API version) are you using in this case? It might well be in a recent Preview release, rather than the current stable release.
d
definately preview.. I'll check the latest preview next week and see if that helps.
absolutely correct! moving to a Preview API version exposes the OIDC params (and breaks others) - time to refactor and test 🙂