Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

fyi point of optimization #39

Open
adityanatraj opened this issue Mar 23, 2022 · 0 comments
Open

fyi point of optimization #39

adityanatraj opened this issue Mar 23, 2022 · 0 comments

Comments

@adityanatraj
Copy link

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:

  1. not using the IAM server to sign JWTs but use the JWTs the metadata server can make you special for vault
  2. 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant