From 9ff0842fa25b973ffa8f543d76460e467aab6fae Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 12 Aug 2019 16:07:48 +1000 Subject: [PATCH] DCD-558: Add seraph config. --- entrypoint.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/entrypoint.py b/entrypoint.py index 4871e41..cb5c123 100755 --- a/entrypoint.py +++ b/entrypoint.py @@ -81,6 +81,14 @@ for key, defval in defaults.items(): gen_cfg('server.xml.j2', server_xml, env) +###################################################################### +# Configure seraph login handling. + +# The default is two weeks, in seconds, same as the seraph default. +env['atl_autologin_cookie_age'] = env.get('atl_autologin_cookie_age', "1209600") + +gen_cfg('seraph-config.xml.j2', seraph, env) + ###################################################################### # Start Confluence as the correct user