From 1a62b14f2621e4e1b15522fda45e3e1f62aaa6d9 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Tue, 12 Apr 2022 00:15:07 -0400 Subject: [PATCH] 18700: Export TLS.Insecure config. so workbench2 can show an appropriate ARVADOS_API_HOST_INSECURE=... line in the shell env script. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- lib/config/export.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/config/export.go b/lib/config/export.go index db413b97bd..a20c5b2c32 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -219,6 +219,9 @@ var whitelist = map[string]bool{ "SystemLogs": false, "SystemRootToken": false, "TLS": false, + "TLS.Certificate": false, + "TLS.Insecure": true, + "TLS.Key": false, "Users": true, "Users.ActivatedUsersAreVisibleToOthers": false, "Users.AdminNotifierEmailFrom": false, -- 2.30.2