GoogleCloudPlatform / bank-of-anthos

Retail banking sample application showcasing Kubernetes and Google Cloud
https://cymbal-bank.fsi.cymbal.dev
Apache License 2.0
998 stars 587 forks source link

Set Artifact Registry visibility as public in Terraform #1439

Open bourgeoisor opened 1 year ago

bourgeoisor commented 1 year ago

Currently, the IaC Terraform script for the CI/CD pipeline creates a private Artifact Registry repository.

https://github.com/GoogleCloudPlatform/bank-of-anthos/blob/main/iac/tf-multienv-cicd-anthos-autopilot/artifact-registry.tf

The above need to be augmented such that the member allUsers has role roles/artifactregistry.reader.

bourgeoisor commented 1 year ago

This is still important to do.