-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pulumi preview
is ignoring secret-provider
parameter
#1170
Comments
Adding more context -- |
Okay, looks like I can just do a
|
@pcyang, out of curiosity, why aren't you checking in The
|
@justinvp Thank you for the response! We have decided against checking in
Could the documentation be updated to note that the |
What happened?
I followed the instruction in the Readme and passed in my gcpkms
secret-provider
, but I'm still getting error that ask me forPULUMI_CONFIG_PASSPHRASE
orPULUMI_CONFIG_PASSPHRASE_FILE
https://github.com/pulumi/actions?tab=readme-ov-file#configuration
My example github action step is in the example section below.
Here's the full debug error:
Am I passing it incorrectly? how do I get
pulumi preview
command to use my custom secret-provider?Example
Output of
pulumi about
Cannot do pulumi about in github action.
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: