argoproj / argoproj-deployments

Deployment repository for Argoproj CI/CD
https://cd.apps.argoproj.io
235 stars 124 forks source link

Infra: manage cluster access from an external data source #33

Open agaudreault opened 7 months ago

agaudreault commented 7 months ago

The list of permission to the GCP account is managed as code, but the users access is given on personal gmail accounts. Some users might not want to have their personal gmail in the source code publicly available. A Terraform Data Source can be used to retrieve the list of user gmail to use for permissions.

AC