Skip to content

Commit

Permalink
Default service_control_enable_api_key_uid_reporting to true
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhong01 committed May 24, 2024
1 parent ee77389 commit d6d5493
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docker/generic/start_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def make_argparser():
otherwise, it will be rejected. Default is `open`.
''')
parser.add_argument('--service_control_enable_api_key_uid_reporting',
default=False,
default=True,
help='''
Enable when need to report api_key_uid in the telemetry report.'''
)
Expand Down
Loading

0 comments on commit d6d5493

Please sign in to comment.