Hi guys, is there a way to force using a secret-pr...
# getting-started
b
Hi guys, is there a way to force using a secret-provider when initializing a stack? Ex, when executing
pulumi stack init my-stack
to use
<hashivault://my-secret>
by default without having to specify
--secrets-provider="<hashivault://payroll>"
everytime. Or is there a way to prevent initializing a stack using the passphrase strategy? Thanks!
g
I'd say you could achieve this via
automation API
otherwise I do not think there is an option for that. I was also looking to set some default options to a subcommand via
Pulumi.yaml
but no luck.
🙏 1