pulumi/pkg/workspace
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
..
creds.go Cache account information. (#3340) 2019-10-15 15:37:57 -07:00
paths.go Use PulumiPolicy.yaml instead of Pulumi.yaml for PolicyPacks 2019-10-10 10:15:51 -07:00
plugins.go Make the path to .pulumi folder configurable with an ENV variable (#3300) 2019-10-08 15:01:46 -07:00
plugins_test.go Look for exact match when loading plugins (#2483) 2019-03-01 15:42:38 -08:00
project.go Use PulumiPolicy.yaml instead of Pulumi.yaml for PolicyPacks 2019-10-10 10:15:51 -07:00
project_test.go Allow more types for runtimeOptions 2018-08-06 14:00:58 -07:00
settings.go Tidy up some data structures (#2135) 2018-11-01 08:28:11 -07:00
templates.go Make the path to .pulumi folder configurable with an ENV variable (#3300) 2019-10-08 15:01:46 -07:00
templates_test.go Fix 'pulumi new' to support creating stacks in an org (#2950) 2019-07-22 10:12:26 -07:00
workspace.go Make the path to .pulumi folder configurable with an ENV variable (#3300) 2019-10-08 15:01:46 -07:00