Skip to content

Commit

Permalink
disable enable_identity_service
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Nov 27, 2024
1 parent 14c7c71 commit d6e1fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/simple_regional_beta/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module "gke" {
database_encryption = var.database_encryption
enable_binary_authorization = var.enable_binary_authorization
enable_pod_security_policy = var.enable_pod_security_policy
enable_identity_service = true
# enable_identity_service = true
release_channel = "REGULAR"
logging_enabled_components = ["SYSTEM_COMPONENTS"]
monitoring_enabled_components = ["SYSTEM_COMPONENTS"]
Expand Down
2 changes: 1 addition & 1 deletion test/integration/beta_cluster/beta_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestBetaCluster(t *testing.T) {
"privateClusterConfig.enablePrivateEndpoint",
"networkConfig.datapathProvider",
"databaseEncryption.state",
"identityServiceConfig.enabled",
// "identityServiceConfig.enabled", disabled in CI: b/378974729
"addonsConfig",
"networkConfig.datapathProvider",
"binaryAuthorization",
Expand Down

0 comments on commit d6e1fc1

Please sign in to comment.