This message was deleted.
# general
s
This message was deleted.
s
The Azure Native OIDC docs page doesn't appear to be right here.
ARM_OIDC_REQUEST_TOKEN
is a GitHub Actions specific variable. For other CI systems, users need to use
ARM_OIDC_TOKEN
. See also this GitHub issue and and Pulumi's own docs page for AzAPI. If I remove the GitHub Actions specific variables,
ARM_OIDC_REQUEST_TOKEN
and
ARM_OIDC_REQUEST_URL
, then set
ARM_OIDC_TOKEN
I still run into errors:
Copy code
error: rpc error: code = Unknown desc = invocation of azure-native:authorization:getClientConfig returned an error: OIDC authentication was requested via useOidc/ARM_USE_OIDC but no token and/or
                        request URL were configured.
Please let me know if I should submit this as a bug or if I'm overlooking something 😸
I created a GitHub Issue here.