Skip to content

Commit bef3099

Browse files
authored
Set def value for auth_cookie_name (#523)
1 parent 27d6206 commit bef3099

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/roles/collectory/templates/config/collectory-config.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ security.cas.loginUrl={{ auth_base_url }}/cas/login
1616
security.cas.logoutUrl={{ auth_base_url }}/cas/logout
1717

1818
security.cas.contextPath={{ collectory_context_path }}
19-
security.cas.authCookieName={{ auth_cookie_name }}
19+
security.cas.authCookieName={{ auth_cookie_name | default('ALA-Auth') }}
20+
2021

2122
security.apikey.serviceUrl={{ apikey_service_url | default('https://auth.ala.org.au/apikey/ws/check?apikey=')}}
2223
security.apikey.checkEnabled={{ api_key_check_enabled | default('false') }}

0 commit comments

Comments
 (0)