18700: Export TLS.Insecure config.
authorTom Clegg <tom@curii.com>
Tue, 12 Apr 2022 04:15:07 +0000 (00:15 -0400)
committerTom Clegg <tom@curii.com>
Tue, 12 Apr 2022 04:15:07 +0000 (00:15 -0400)
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 <tom@curii.com>

lib/config/export.go

index db413b97bd3460a83afaddfc5276b027a6486a01..a20c5b2c32866184ab48ee63c2919e962eaa6fef 100644 (file)
@@ -219,6 +219,9 @@ var whitelist = map[string]bool{
        "SystemLogs":                                          false,
        "SystemRootToken":                                     false,
        "TLS":                                                 false,
        "SystemLogs":                                          false,
        "SystemRootToken":                                     false,
        "TLS":                                                 false,
+       "TLS.Certificate":                                     false,
+       "TLS.Insecure":                                        true,
+       "TLS.Key":                                             false,
        "Users":                                               true,
        "Users.ActivatedUsersAreVisibleToOthers":              false,
        "Users.AdminNotifierEmailFrom":                        false,
        "Users":                                               true,
        "Users.ActivatedUsersAreVisibleToOthers":              false,
        "Users.AdminNotifierEmailFrom":                        false,