pulumi/pkg/backend/filestate
PLACE c01ba59684 added support for using GOOGLE_CREDENTIALS for gs:// filestate authentication (#2906)
* added support for using GOOGLE_CREDENTIALS environment variable for authenticating with gs:// file state

* modified the change to fix #2791 as well

* fixed a small bug

* fixed linter error

* added code comments

* Update pkg/backend/filestate/gcpauth.go

Co-Authored-By: CyrusNajmabadi <cyrus.najmabadi@gmail.com>

* Parse provided backend url to check if scheme is gs://

* Update changelog
2019-12-16 17:47:31 +00:00
..
backend.go added support for using GOOGLE_CREDENTIALS for gs:// filestate authentication (#2906) 2019-12-16 17:47:31 +00:00
backend_test.go Fix issue when logging out of local backend (#2951) 2019-07-25 07:58:19 -07:00
bucket.go Do not use os package in filestate backend 2019-08-16 13:42:27 -07:00
gcpauth.go added support for using GOOGLE_CREDENTIALS for gs:// filestate authentication (#2906) 2019-12-16 17:47:31 +00:00
snapshot.go Do not attempt to load checkpoint before saving a snapshot 2019-08-16 13:40:55 -07:00
stack.go Add an experimental pulumi watch command (#3391) 2019-11-06 12:56:29 -08:00
state.go Share query-running code between backends 2019-10-29 16:47:15 -07:00