From 61faf6dc0979ef1eee9f38cb1430300cf7438709 Mon Sep 17 00:00:00 2001 From: paulhung Date: Thu, 23 May 2024 15:11:02 -0700 Subject: [PATCH] Default ServiceControlEnableApiKeyUidReporting to true --- src/go/options/configgenerator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go/options/configgenerator.go b/src/go/options/configgenerator.go index 10636579..0e1d2083 100644 --- a/src/go/options/configgenerator.go +++ b/src/go/options/configgenerator.go @@ -195,7 +195,7 @@ func DefaultConfigGeneratorOptions() ConfigGeneratorOptions { MergeSlashesInPath: true, DisallowEscapedSlashesInPath: false, ServiceControlNetworkFailOpen: true, - ServiceControlEnableApiKeyUidReporting: false, + ServiceControlEnableApiKeyUidReporting: true, EnableGrpcForHttp1: true, ConnectionBufferLimitBytes: -1, ServiceManagementURL: "https://servicemanagement.googleapis.com",