Home Repo - Accumulated Information on all the other repos in the Org
CI/CD Flow Diagram
***How to Setup Workload Identity Federation? *** (A Secure Invisible way of authentication external applications to GCP Services) https://cloud.google.com/iam/docs/configuring-workload-identity-federation#gcloud
How to Connect to GCP from your Terminal
- Install GCloud CLI
https://cloud.google.com/sdk/docs/install#linux
- Authenticate your Terminal/Laptop to connect to GCP
gcloud auth login
A Browser will be opened, select the user id and then allow permissions to connect
- Set the project to "Your Project ID", in the case here it is "coe-srs-2022"
gcloud config set project coe-srs-2022
- Check the Config
HOW to Install Docker helpers and connect to GCP and then Push to GAR
https://cloud.google.com/artifact-registry/docs/docker/pushing-and-pulling