From: Tom Clegg Date: Tue, 12 Apr 2022 04:15:07 +0000 (-0400) Subject: 18700: Export TLS.Insecure config. X-Git-Tag: 2.5.0~214^2~7 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/1a62b14f2621e4e1b15522fda45e3e1f62aaa6d9 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 --- 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,