[ARVADOS] updated: 1.3.0-3054-g0b38c1d85
Git user
git at public.arvados.org
Tue Sep 1 15:08:08 UTC 2020
Summary of changes:
lib/config/export.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0b38c1d85c04e15ec45dcaaf63882c01dd3f91d7 (commit)
from 201e2b7e3965aebc87de3139d31b8f14a312ec6f (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 0b38c1d85c04e15ec45dcaaf63882c01dd3f91d7
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Tue Sep 1 12:06:53 2020 -0300
16679: Exports Login.TokenLifetime to be used by workbench2.
When not zero, workbench2 will store the token on session storage instead
of local storage for enhanced security.
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 6ab69d21f..1ccb487ad 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": false,
+ "Login.TokenLifetime": true,
"Mail": true,
"Mail.EmailFrom": false,
"Mail.IssueReporterEmailFrom": false,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list