[ARVADOS] updated: 1.3.0-3110-g3b6e82324

Git user git at public.arvados.org
Tue Sep 8 21:28:47 UTC 2020


Summary of changes:
 lib/config/export.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  3b6e82324391c86b1ecbd11ced7c12f8fcae8db4 (commit)
      from  9314e5dbcf51231eba0deb7e14522a281da22925 (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 3b6e82324391c86b1ecbd11ced7c12f8fcae8db4
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Tue Sep 8 18:27:35 2020 -0300

    16679: Unexports Login.TokenLifetime config. Refs #16679.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/lib/config/export.go b/lib/config/export.go
index 1ccb487ad..6ab69d21f 100644
--- a/lib/config/export.go
+++ b/lib/config/export.go
@@ -173,7 +173,7 @@ var whitelist = map[string]bool{
 	"Login.Test":                                   true,
 	"Login.Test.Enable":                            true,
 	"Login.Test.Users":                             false,
-	"Login.TokenLifetime":                          true,
+	"Login.TokenLifetime":                          false,
 	"Mail":                                         true,
 	"Mail.EmailFrom":                               false,
 	"Mail.IssueReporterEmailFrom":                  false,

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list