quick-football-95839
06/19/2018, 10:07 AMbig-piano-35669
06/19/2018, 7:32 PMpulumi login local://
. (@bitter-oil-46081 is the expert here, if you hit snags.) Naturally, it's more challenging to use, and doesn't gain benefits from the service like automatically handling team environments, but we always intended it for scenarios like this. The backend interface is fully extensible -- so e.g., S3 backends are reasonable -- although, advance warning, it'll be a bit of a moving target in the early days as we evolve the interfaces. It's all open source, however, and we will have a roadmap soon and will be fully transparent with where we are planning to go here, well in advance of going there.
TL;DR, we are still early, sincerely appreciate the feedback, and would love to work with you to make you happy and successful going forward on Pulumi.bitter-oil-46081
06/19/2018, 7:52 PMpulumi login --cloud-url local://
which by default will store data in ~/.pulumi/
. You can also augment the URL with a path to a different folder, eg pulumi login --cloud-url local:///some/better/storage/location
.<http://pulumi.com|pulumi.com>
we manage the key used to encrypt a value when you pass --secret
to pulumi config set
. In the local backend, you have to provide a passphrase, which we use the generate a key. You also have to provide that key everything you do a deployment (we have an environment variable you can set such that you don't have to type in the key all the time).stocky-spoon-28903
06/20/2018, 4:46 AM