18700: Export TLS.Insecure config.
[arvados.git] / lib / config / export.go
index db413b97bd3460a83afaddfc5276b027a6486a01..a20c5b2c32866184ab48ee63c2919e962eaa6fef 100644 (file)
@@ -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,