Hi there. I'm looking to write a bootstrap projec...
# pulumi-cloud
w
Hi there. I'm looking to write a bootstrap project that wires up azure, github actions, and pulumi esc. Using OIDC for all of the above. Hit a snag on : https://www.pulumi.com/docs/pulumi-cloud/access-management/oidc/client/github/ I'm finding a variety of pulumiservice examples, but none of the openID providers. Is it possible to perform the steps in that document with the Pulumi provider?
Additionally getting this on the pulumiservice plugin which seems odd. There was a partial download in play but I have uninstalled/reinstalled via pulumi plugin rm resource pulumiservice and confirmed it's missing from ~/.pulumi/plugins before re-installing to the same message.
Copy code
warning: resource plugin pulumiservice is expected to have version >=0.27.3, but has 0.0.1; the wrong version may be on your path, or this may be a bug in the plugin
r
Hey @worried-flag-17395 we don't yet have support for the OIDC bits using the service provider but there is an example of provisioning an oidc provider in azure in the examples For the second comment, we have an issue open to fix this but I believe the warning is benign and shouldn't affect your experience (other than the warning itself)
Ah hold on, I think for the former you're asking if it's possible to create an oidc issuer using the service provider. There's an open issue for this - please upvote it and add your comment and it'll help us prioritize
w
Upvoted both. Thanks!