https://pulumi.com logo
#azure
Title
# azure
d

damp-honey-93158

09/02/2022, 10:23 AM
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

ripe-russia-4239

09/02/2022, 3:04 PM
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

damp-honey-93158

09/03/2022, 4:56 AM
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 🙂
5 Views