Hey there, how are you authenticating with pulumi ...
# azure
g
Hey there, how are you authenticating with pulumi against azure? I have pod running in EKS and workload identity with app registration
ApplicationFederatedIdentityCredential
, k8s side is working correctly but pulumi azuread provider is refusing to pickup credentials and keeps falling back to
az
cli
Copy code
Diagnostics:
  pulumi:providers:azuread (default_6_6_0):
    error: rpc error: code = Unknown desc = failed to load Azure credentials.
    Details: could not configure AzureCli Authorizer: could not parse Azure CLI version: launching Azure CLI: exec: "az": executable file not found in $PATH

    	Please make sure you have signed in via 'az login' or configured another authentication method.

    	See <https://www.pulumi.com/registry/packages/azuread/installation-configuration/> for more information.