Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 381 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 381 Bytes

Google Compute Engine Service Account Impersonation Proxy

  1. Build the binary.
  2. Run the binary: gce-impersonation-proxy -I [email protected] -D BIND-ADDRESS:PORT
  3. Change /etc/hosts to point metadata.google.internal to 127.0.0.1.
  4. Run any command like gsutil and you should be impersonating service account you specified.