-
Notifications
You must be signed in to change notification settings - Fork 942
Integrate VertexAI with Auth #8216
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
Conversation
|
4ea1a7e
to
025d42c
Compare
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
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.
Looks good. I think we can merge this now because the backend will just ignore the auth token at this time. Double check with Andrew that Swift, etc. are taking that approach? If merging it into the feature branch, remove the changeset first.
025d42c
to
dddb566
Compare
dddb566
to
d24567b
Compare
Integrating VertexAI with Auth, so that when Firebase Auth is available and signed in, we append an
Authorization: Firebase <authToken>
header to requests.This is needed in order to support GCS URI
FileData
support.