You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Use a low-cost data source to store the list of gmails.
Could be managed by a github team, and have a data source that contains the mapping of github username <-> gmail account.
Update documentation on how to add/remove a user
Update CODEOWNERS based on the github team / users
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: