Hello, I'm facing an authentication issue in `Pulu...
# getting-started
q
Hello, I'm facing an authentication issue in
Pulumi GitHub App
OIDC authentication was requested via useOidc/ARM_USE_OIDC but no token and/or request URL were configured
I don't know how to provide the details for this app. Also, I don't think I have configure the
Pulumi GitHub App
to use the OIDC. I just followed these guidelines https://www.pulumi.com/docs/using-pulumi/continuous-delivery/github-app/ to set it up. The OIDC works fine for my other Pulumi jobs (defined in github actions). Thank you.
This is my
Pulumi.dey.yaml
Copy code
config:
  azure-native:location: WestEurope
There is also no
ARM_USE_OIDC
secret/variable set in the GitHub.
m
Hi @quaint-summer-19416, this is the guide for configuring this app to work with Azure. Admittedly, it’s a bit tricky to find, it’s the part
To set up a
git push
-to-deploy workflow using Pulumi Deployments, consult the Pulumi Deployments documentation after installing the Pulumi GitHub App.
and from there following the docs to OIDC -> Azure.
q
Hi @melodic-tomato-39005 I think I have that configured, but still getting that error
pulumi:deploy:org:sparksflow-io:project:dis.core:stack:dev:operation:preview:scope:write
image.png
is it working for your project?
image.png
Did you have to set any ENV variables? I have it empty in the pulumi website ui
image.png
Thank you .