From 31573c88e0ddefc3591bb7752b306601554ebbf2 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 27 May 2024 12:12:42 -0400 Subject: [PATCH] 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 (cherry picked from commit 262fd5529462617cbb65747585498c8977cdd9db) --- extras/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6