-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
GCP PS1 Prompt Support for GCP Accounts and Projects #926
Comments
I would be in favor of supporting GCP prompts along the same lines as we support AWS prompts. Standing in the way:
I will leave this issue open and we may at some point undertake to provide the feature, but I would not estimate it happening anytime soon. My best recommendation for now is that GCP users look at the existing AWS support, ignoring in particular the support for If you feel you have something robust enough to share, I will consider a PR, but you should craft your PR in a way that other GCP users can adopt it into their custom Geodesic images before the PR is merged and without having to fork the repo. |
Feature Request
I know that Geodesic tends to lean more into the AWS landscape, but would y’all consider offering some GCP PS1 prompt support for GCP accounts like:
From my understanding, GCP has a few different authentication flows, but when it comes to the credentials used by SDK tools like
gcloud
orgsutil
, they are stored in a DB file located at~/.config/gcloud/credentials.db
. Whenever someone runsgcloud auth login
, it appends an entry to this file. I also found credentials inside ofaccess_tokens.db
, and was able to extrapolate them using Sqlite.When I look in
~/.config/gcloud/configurations/config_default
:I see:
The text was updated successfully, but these errors were encountered: