You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
since most (if not all?) gcp services are now being run within infrastructure that has a colocated metadata server, there are two things that can change here that make this faster:
not using the IAM server to sign JWTs but use the JWTs the metadata server can make you special for vault
by doing (1) you no longer need to figure out the service account email so you can skip a call to the metadata server for the email (if you've been using that)
simply doing (1) should also speed things up because it's the difference between going somewhere to get something and having it next to you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
since most (if not all?) gcp services are now being run within infrastructure that has a colocated metadata server, there are two things that can change here that make this faster:
simply doing (1) should also speed things up because it's the difference between going somewhere to get something and having it next to you.
The text was updated successfully, but these errors were encountered: