pulumi/pkg/backend/filestate
Pat Gavlin 460ff875ab
Cache account information. (#3340)
- Cache the username and last verified time associated with each logged-in
  backend
- In the HTTP backend, verify the access token explicitly at most once
  per hour

This trades off a little bit of usability for improved inner-loop
latency: if a user's API token becomes invalid less than an hour after
it was last verified, the user will see 4xx errors when attempting stack
operations rather than seeing the login prompt.
2019-10-15 15:37:57 -07:00
..
backend.go Cache account information. (#3340) 2019-10-15 15:37:57 -07: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
snapshot.go Do not attempt to load checkpoint before saving a snapshot 2019-08-16 13:40:55 -07:00
stack.go Refactor config loading out of the backend 2019-05-10 17:07:52 -07:00
state.go Do not use `os` package in filestate backend 2019-08-16 13:42:27 -07:00