-
Notifications
You must be signed in to change notification settings - Fork 532
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: Add warning note about user provided credential configurations. #2916
base: main
Are you sure you want to change the base?
Conversation
FYI @sai-sunder-s @jskeet Not to be merged until confirmation |
/// Providing an unvalidated credential configuration to Google APIs can compromise the security of your | ||
/// systems and data. For more information, refer to | ||
/// <see href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">Validate credential configurations from external sources</see>. | ||
/// </remarks> |
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.
Do we need to update here? Only SA json can be accepted here right?
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.
Started an internal thread.
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.
We discussed internally, removing from here as it's not necessary.
Towards b/389125232
b565bad
to
c7c4e27
Compare
Towards b/389125232