google-nomulus/java/google/registry/proxy/config
jianglai fc75e08061 Change access token validity and remove logging
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
2018-08-20 14:14:21 -04:00
..
default-config.yaml Change access token validity and remove logging 2018-08-20 14:14:21 -04:00
proxy-config-alpha.yaml Open source GCP proxy 2017-11-21 19:19:03 -05:00
proxy-config-local.yaml Open source GCP proxy 2017-11-21 19:19:03 -05:00
proxy-config-production-canary.yaml Add configs for production GCP proxy 2018-07-14 01:37:03 -04:00
proxy-config-production.yaml Open source GCP proxy 2017-11-21 19:19:03 -05:00
proxy-config-sandbox-canary.yaml Setup sandbox for GCP proxy 2018-04-23 14:51:35 -04:00
proxy-config-sandbox.yaml Open source GCP proxy 2017-11-21 19:19:03 -05:00