common-fate / granted

The easiest way to access your cloud.
https://granted.dev
MIT License
957 stars 90 forks source link

Add support for gcp #542

Open meyerjrr opened 8 months ago

meyerjrr commented 8 months ago

What changed?

Adds ability to use Granted with GCP to change contexts between projects. Open into the console for a particular project Generate local config based off user access in GCP Help with generating service account impersonated credentials through the --impersonate command

Refactor to the assume command to handle other cloud providers

Why?

Make Granted accessible to users that may be using multi cloud

How did you test it?

Potential risks

Due to the refactor to the assume command, there is the risk that regressions could have been created in the process. I have tested out most of the usual assume functionality with AWS and have not ran into any regressions.

Is patch release candidate?

Link to relevant docs PRs