From: Scott Murray Date: Mon, 27 May 2024 16:12:42 +0000 (-0400) Subject: Enable secure mode in default configuration X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F29940%2F1;p=src%2Fagl-demo-control-panel.git Enable secure mode in default configuration Enable secure mode in the default configuration file since the rest of the default configuration is essentially set up to point at an instance of the databroker set up by us, and thus running in secure mode. This makes the configuration more usable out of the box with our typical full demo setups. Bug-AGL: SPEC-5138 Change-Id: I99ad71de9e896c429874a0a13b76fd8bc269c90b Signed-off-by: Scott Murray --- diff --git a/extras/config.ini b/extras/config.ini index 36306cc..ec28639 100644 --- a/extras/config.ini +++ b/extras/config.ini @@ -7,7 +7,7 @@ steering-wheel-enabled = true ip = localhost port = 55555 protocol = grpc -insecure = True +insecure = False token = default cacert = default tls_server_name = Server