Google Vertex AI not working with gRPC transport #1300
Unanswered
KushParsaniya
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@KushParsaniya i stumbled upon the same issue in my project - could you please share what resolved the issue for you (as you closed the question as resolved). Thank you very much. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue with
grpc
Transport in Spring Boot ConfigurationI am facing an issue when using the
grpc
transport for thespring.ai.vertex.ai.gemini
configuration in my Spring Boot application. The error occurs as follows:This error is encountered with the following configuration:
However, when I switch to using the rest transport, the configuration works fine without any authentication errors:
Question:
Is there a specific reason why the grpc transport is resulting in authentication errors? Are there additional steps or configurations needed to use grpc with OAuth 2 credentials in this context?
Beta Was this translation helpful? Give feedback.
All reactions