[ARVADOS] updated: 1.3.0-3249-g7301e68e4
Git user
git at public.arvados.org
Thu Oct 1 19:12:00 UTC 2020
Summary of changes:
lib/config/export.go | 1 +
1 file changed, 1 insertion(+)
via 7301e68e41869fd5931ef0b0f80890aa1220938d (commit)
from 0dc94486b18b8797d3970eb9a982a7c9de3ada88 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 7301e68e41869fd5931ef0b0f80890aa1220938d
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Oct 1 15:11:44 2020 -0400
16923: Add Login.TrustedClients to export
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/lib/config/export.go b/lib/config/export.go
index 81c6767a1..0735354b1 100644
--- a/lib/config/export.go
+++ b/lib/config/export.go
@@ -174,6 +174,7 @@ var whitelist = map[string]bool{
"Login.Test.Enable": true,
"Login.Test.Users": false,
"Login.TokenLifetime": false,
+ "Login.TrustedClients": false,
"Mail": true,
"Mail.EmailFrom": false,
"Mail.IssueReporterEmailFrom": false,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list