Closed brettcurtis closed 10 months ago
The recent changes facilitate management of Kubernetes RBAC users using Google Groups, streamlining the on- and off-boarding process by associating roles with groups instead of individual user accounts. This aligns user permissions management with best practices, reducing the complexity of audits and the potential for errors.
File Path | Change Summary |
---|---|
.github/CODEOWNERS |
Replaced @coderabbitai[bot] with * , assigning all files to @osinfra-sa . |
regional/infra/.../main.tf |
Added authenticator_groups_config to google_container_cluster for Google Groups RBAC, removed outdated comment block. |
test/fixtures/.../main.tf |
Changed module name from "test__onboarding_service_account" to "test_onboarding_service_account". |
Objective | Addressed | Explanation |
---|---|---|
Manage Kubernetes RBAC users with Google Groups (#14) | ✅ | The addition of authenticator_groups_config in the google_container_cluster resource indicates that the cluster is now set up to use Google Groups for RBAC, which meets the objective outlined in issue #14. |
Cluster setup for RBAC users with Google Groups (from #14 tasklist) | ✅ | The same authenticator_groups_config change addresses this specific task, ensuring that the cluster setup now supports RBAC with Google Groups. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
48 FinOps policies and 1 Tagging policy passed. |
View in Infracost Cloud. This comment will be updated when code changes.
Fixes #14
Summary by CodeRabbit