dodevops / cloudcontrol

The cloud engineer's toolbox ☁️ 🧰
MIT License
17 stars 4 forks source link

Make gcloud cluster login multi project aware #148

Closed timdeluxe closed 1 month ago

timdeluxe commented 1 month ago

Right now cloudcontrol can only automatically authenticate against a k8s cluster within the same project given with GCLOUD_PROJECT. However the auth command accepts the "--project" parameter and if the service account has sufficient permissions in other projects, the auth works with that.

dploeger commented 1 month ago

Fixed in #154