Support for GOOGLE_APPLICATION_CREDENTIALS in ~/.continue/.env #8615
Tiim
started this conversation in
Feature Requests
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Current Situation:
We are evaluating continue.dev with LLMs from Google Vertex AI in a dedicated cloud project. For authentication, we currently run:
This command saves credentials to the default Application Default Credentials (ADC) file location, which continue.dev uses to authenticate with Google Cloud.
Problem:
The applications we are developing also require Google Cloud authentication and automatically use the same default ADC file. This creates a conflict where our applications unintentionally authenticate to the continue.dev cloud project instead of their intended project
Proposed Solution:
Allow continue.dev to respect the
GOOGLE_APPLICATION_CREDENTIALSenvironment variable when defined in~/.continue/.env. This would enable us to:continue-dev-credentials.json)GOOGLE_APPLICATION_CREDENTIALS=/path/to/continue-dev-credentials.jsonin the.envfileAlternative Workarounds Considered:
Settings > Appearance & Behaviour > Path Variables > AddBeta Was this translation helpful? Give feedback.
All reactions