sparse-intern-71089
07/25/2023, 6:09 PMstale-van-70015
07/25/2023, 7:23 PMARM_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:
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.
stale-van-70015
07/25/2023, 7:28 PMstale-van-70015
07/26/2023, 9:28 AM