-
Notifications
You must be signed in to change notification settings - Fork 42
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
docs: clarify ADC pre-auth in a non-interactive environment #348
Conversation
README.rst
Outdated
* In an interactive environment (like Notebook, Python REPL or command line), | ||
``bigframes`` will do the authentication on-the-fly if needed. Otherwise, | ||
pre-authenticate by | ||
`Installing and initializing the gcloud CLI <https://cloud.google.com/sdk/docs/install>`_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would actually recommend linking to our Application Default Credentials docs for instructions. https://cloud.google.com/docs/authentication/provide-credentials-adc
Steps will vary depending on their environment. For example, if running on a GCE VM they won't have to do anything, either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the suggestion, done, PTAL.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes internal issue 321859738 🦕