Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud: Standardize service account name passing #533

Open
spbnick opened this issue Jun 20, 2024 · 0 comments
Open

cloud: Standardize service account name passing #533

spbnick opened this issue Jun 20, 2024 · 0 comments

Comments

@spbnick
Copy link
Collaborator

spbnick commented Jun 20, 2024

It looks like we have three ways we pass around service accounts:

  • Just the name, assuming the project is passed separately, and assuming the recipient knows it's a service account.
  • The complete email, assuming the recipient knows it's a service account.
  • The complete account name, with the serviceAccount: prefix.

This makes it difficult to figure out what is passed when without looking at the surrounding code.

See if we can unify that in as many places as possible.

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

No branches or pull requests

1 participant