[ARVADOS] updated: 1.3.0-2655-g11f80ed98
Git user
git at public.arvados.org
Tue Jun 9 17:48:13 UTC 2020
Summary of changes:
lib/config/export.go | 3 +++
1 file changed, 3 insertions(+)
via 11f80ed98b70be5379abe18f1b645ab3958d078b (commit)
from ae07356a2530607f2ed79d229a64bf7466e41fd5 (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 11f80ed98b70be5379abe18f1b645ab3958d078b
Author: Tom Clegg <tom at tomclegg.ca>
Date: Tue Jun 9 13:47:45 2020 -0400
16171: Add new config keys to export list.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>
diff --git a/lib/config/export.go b/lib/config/export.go
index fc4908c15..0ad4222f5 100644
--- a/lib/config/export.go
+++ b/lib/config/export.go
@@ -156,6 +156,9 @@ var whitelist = map[string]bool{
"Login.OpenIDConnect.ClientSecret": false,
"Login.OpenIDConnect.Enable": true,
"Login.OpenIDConnect.Issuer": false,
+ "Login.OpenIDConnect.EmailClaim": false,
+ "Login.OpenIDConnect.EmailVerifiedClaim": false,
+ "Login.OpenIDConnect.UsernameClaim": false,
"Login.PAM": true,
"Login.PAM.DefaultEmailDomain": false,
"Login.PAM.Enable": true,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list