Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #80 from vscoder/fix_enable_legacy_abac
Browse files Browse the repository at this point in the history
Fix enable_legacy_abac issue #79
  • Loading branch information
yorinasub17 authored Mar 25, 2020
2 parents 41c827b + 3396b99 commit 99191da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/gke-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ resource "google_container_cluster" "cluster" {
monitoring_service = var.monitoring_service
min_master_version = local.kubernetes_version

# Whether to enable legacy Attribute-Based Access Control (ABAC). RBAC has significant security advantages over ABAC.
enable_legacy_abac = var.enable_legacy_abac

# The API requires a node pool or an initial count to be defined; that initial count creates the
# "default node pool" with that # of nodes.
# So, we need to set an initial_node_count of 1. This will make a default node
Expand Down

0 comments on commit 99191da

Please sign in to comment.