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

Improve local user experience for User Credentials #1235

Closed
TimurSadykov opened this issue Feb 23, 2023 · 1 comment · Fixed by #1237
Closed

Improve local user experience for User Credentials #1235

TimurSadykov opened this issue Feb 23, 2023 · 1 comment · Fixed by #1237
Assignees

Comments

@TimurSadykov
Copy link
Member

TimurSadykov commented Feb 23, 2023

This is part of the bigger work go/simplified-local-adc

User Credentials are now recommended for local development per go/mitigating-cloud-auth-risk

However, some errors and warnings still refer to service accounts (see section 1.2 of the go/simplified-local-adc):

  1. When user does not have credential setup, we do not recommend setting up service account, rather we redirect to a new ADC setup page.
  2. We show warning about user credentials only if production environment is detected

Reference Java fix: googleapis/google-auth-library-java#1172

@wangyutongg
Copy link
Contributor

For item 2, Python shows the warning message when user credentials are used AND quota project is missing. This could happen in both prod and local dev environment.

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

Successfully merging a pull request may close this issue.

2 participants