Skip to content

Commit

Permalink
Update the rdp weak creds detection limit to no more than 3 to reduce…
Browse files Browse the repository at this point in the history
… further false positives.

PiperOrigin-RevId: 597984452
Change-Id: Id008f87e8da27e1e9e38c22f19014ac5d283a3e9
  • Loading branch information
maoning authored and copybara-github committed Jan 13, 2024
1 parent 3d0c45c commit 5828832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_server/py/plugin_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def main(unused_argv):

_configure_plugin_service(server)
_configure_health_service(server)
server.add_secure_port(server_addr, grpc.local_server_credentials())
server.add_insecure_port(server_addr)

server.start()
logging.info('Server started at %s.', server_addr)
Expand Down

0 comments on commit 5828832

Please sign in to comment.