Closed rtitle closed 2 years ago
Pushed image: us.gcr.io/broad-dsp-gcr-public/openidc-terra-proxy:v0.1.5-a2466b3
Pushed image: us.gcr.io/broad-dsp-gcr-public/openidc-terra-proxy:v0.1.5-b858a4b
It seems to help.
Before:
127.0.0.1 - - "-" "-" [2022-03-01T10:08:59.590-0500] 1037926 - "POST /introspect/ HTTP/1.1" 200 359 "-" "liboauth2-1.4.2"
1037926us == 1.038s
After:
127.0.0.1 - - "-" "-" [2022-03-01T10:36:02.975-0500] 47895 - "POST /introspect/ HTTP/1.1" 200 439 "-" "liboauth2-1.4.2"
47895us == 48ms
@nmalfroy this is the fix I mentioned earlier
While re-testing this, I see an added ~1s latency in the POST request to
https://www.googleapis.com/oauth2/v3/tokeninfo
. Seeing if this fixes it (related to https://docs.google.com/document/d/1ZV-meiMt2F3tsgifXCaTrGBLFTyBN1tNKU-nFwSk-lE/edit).