mirror of
https://github.com/google/nomulus.git
synced 2025-05-03 05:27:52 +02:00
The access token renewal on GCE is not what we expected. The metadata server always returns the same token as long as it is valid for 1699 to 3599 seconds and rolls over to the next token on its own schedule. Calling refresh on the GoogleCredential has no effect. We were caching the token for 30 min (1800 seconds), so in a rare case where we "refreshed" the token while its expiry is between 1699 and 1800 seconds, we will cache the token for longer than its validity. [] shorted the caching period to 10 min and added logging, which proved to be working. We no longer need the log any more now that the root cause has been identified. Also changed the cache period to 15 min (900 seconds) which should still be good. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=208888170 |
||
---|---|---|
.. | ||
default-config.yaml | ||
proxy-config-alpha.yaml | ||
proxy-config-local.yaml | ||
proxy-config-production-canary.yaml | ||
proxy-config-production.yaml | ||
proxy-config-sandbox-canary.yaml | ||
proxy-config-sandbox.yaml |