Skip to content

Commit

Permalink
feat: enable group for rbac gke
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopsidhu-ssc committed Feb 20, 2024
1 parent 01ca0d3 commit bd2ea52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solutions/gke/configconnector/gke-cluster-autopilot/gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,6 @@ spec:
name: project-id-cluster-name-snet # kpt-set: ${project-id}-${cluster-name}-snet
verticalPodAutoscaling:
enabled: true
# Enable google group for rbac authentication in GKE
authenticatorGroupsConfig:
securityGroup: [email protected] # kpt-set: ${security-group}
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ data:
networktags-enabled: false
networktags:
- ids
security-group: gke-security-groups@<yourdomain.com> # Just change the domain name to match the organization name. Do not change the prefix gke-security-groups
#
##########################
# Config Sync
Expand Down

0 comments on commit bd2ea52

Please sign in to comment.