-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add GCP PSC endpoint googleapis.com REST call to BigQuery or Vertex/GenAI #26
Comments
Add code around GoogleCloudPlatform/pubsec-declarative-toolkit#562 via https://cloud.google.com/generative-ai-app-builder/docs/locations#specify_a_multi-region_for_your_data_store Add new spring boot endpoint a2d45f7 |
Macbook pro 16 M1 running springsource tool suite 4.13.1 - JDK 17.0.5 Add stub endpoint to spring boot app Follow Setup a service account on the genai project, set the GOOGLE_APPLICATION_CREDENTIALS env variable ![]() First reauthenticate gcloud locally
https://cloud.google.com/sdk/auth_success
set quota project as i was using ADC https://cloud.google.com/docs/authentication/provide-credentials-adc
Create Service Accounthttps://cloud.google.com/iam/docs/service-accounts-create
Add roles to SA
Create Service Account Keyhttps://cloud.google.com/iam/docs/keys-create-delete#creating
Export key
Add service account impersonationhttps://cloud.google.com/docs/authentication/use-service-account-impersonation IAM is enabled on the project serviceAccountTokenCreator is on your user roles suspect I need to add to the SA list - my user - I do check access for user
check SA
|
Use ADC credentials via SAhttps://cloud.google.com/docs/authentication/client-libraries set maven add to pom.xml as usual
Run a GCP GCS example
|
Working ADC GCP for GCS example from above ![]() |
Adding alternate direct File classloader (no ENV variable) - requested by customer (tomcat war) - but this example is spring boot jar with embedded tomcat
https://cloud.google.com/bigquery/docs/authentication/service-account-file |
Add to https://github.com/obrienlabs/magellan
The text was updated successfully, but these errors were encountered: