Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Update least privilege default service account #1844

Merged
merged 3 commits into from
Jan 16, 2024

Commits on Jan 13, 2024

  1. feat: Update least privilege default service account

    This update follows changes from terraform-google-modules#1757 and reverts terraform-google-modules#1827.
    
    The role `roles/container.nodeServiceAccount` is deprecated now and it is replaced with new `roles/container.defaultNodeServiceAccount` role.
    Unfortunately this is not yet documented in Google docs.
    
    As the scope of the new role is smaller than the old one, this should be considered breaking change.
    Jirka Korejtko committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    46ae290 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    50bf186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae3f7eb View commit details
    Browse the repository at this point in the history