ESC seems buggy with refreshing Azure Logins and u...
# general
f
ESC seems buggy with refreshing Azure Logins and using outdated tokens after some time, we are basically stuck at old outdates OICD tokens and we are not able to continue or refresh the tokens.
a
Make sure you are not setting
azure-native:oidcToken
in your
pulumiConfig
section. That will save the token in your state. Instead use
ARM_OIDC_TOKEN
under
environmentVariables
. This configuration works for me.