Hi guys, I use azure classic provider and run pulu...
# azure
q
Hi guys, I use azure classic provider and run pulumi from GH. Is it possible to set non-default audience for federated credentials used to deploy resources to azure? For azure-native ARM_OIDC_AUDIENCE seems working but for azure classic it fails
s
Hi @quick-noon-18541 this is probably some handling we're missing, do you mind opening an issue here? https://github.com/pulumi/pulumi-azure/issues For now, it's not the most elegant, but you could try using Azure SDKs to log in.
q
Actually I migrated all resources to azure-native by manipulating state files (I wanted to do it anyway to not maintain 2 providers)
🙌 1
s
Sweet!