pulumi/pkg/secrets
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
..
b64 Refactor the way secrets managers are provided (#3001) 2019-08-01 10:33:52 -07:00
cloud Support additional cloud secrets providers (#2994) 2019-08-02 16:12:16 -07:00
passphrase Refactor the way secrets managers are provided (#3001) 2019-08-01 10:33:52 -07:00
service Cache account information. (#3340) 2019-10-15 15:37:57 -07:00
manager.go Cache ciphertext for secret properties. (#3183) 2019-09-18 15:52:31 -07:00