Skip to content
Snippets Groups Projects
Commit 489fb6fb authored by Noureddine Ouaghris's avatar Noureddine Ouaghris
Browse files

[RABB-856] set ticket expiration to 24 hours

parent 53603f27
No related branches found
No related tags found
1 merge request!1Feature/design/1
...@@ -40,6 +40,10 @@ cas-client: ...@@ -40,6 +40,10 @@ cas-client:
truststore: truststore:
key-path: src/main/config/truststore_server.jks key-path: src/main/config/truststore_server.jks
key-password: changeme key-password: changeme
keystore:
key-path: src/main/config/keystore_iam-internal.jks
key-password: changeme
type: JKS
hostname-verification: false hostname-verification: false
cas.reset.password.url: /cas/extras/resetPassword?username={username}&firstname={firstname}&lastname={lastname}&language={language}&ttl=1day cas.reset.password.url: /cas/extras/resetPassword?username={username}&firstname={firstname}&lastname={lastname}&language={language}&ttl=1day
......
...@@ -73,8 +73,8 @@ cas.authn.surrogate.separator: "," ...@@ -73,8 +73,8 @@ cas.authn.surrogate.separator: ","
cas.authn.surrogate.sms.attributeName: fakeNameToBeSureToFindNoAttributeAndNeverSendAnSMS cas.authn.surrogate.sms.attributeName: fakeNameToBeSureToFindNoAttributeAndNeverSendAnSMS
# 5 minutes cache for login delegation # 24 hours cache for login delegation
cas.ticket.tst.timeToKillInSeconds: 300 cas.ticket.tst.timeToKillInSeconds: 86400
cas.authn.pm.enabled: true cas.authn.pm.enabled: true
......
...@@ -65,8 +65,8 @@ cas.authn.surrogate.separator: "," ...@@ -65,8 +65,8 @@ cas.authn.surrogate.separator: ","
cas.authn.surrogate.sms.attributeName: fakeNameToBeSureToFindNoAttributeAndNeverSendAnSMS cas.authn.surrogate.sms.attributeName: fakeNameToBeSureToFindNoAttributeAndNeverSendAnSMS
# 5 minutes cache for login delegation # 24 hours cache for login delegation
cas.ticket.tst.timeToKillInSeconds: 300 cas.ticket.tst.timeToKillInSeconds: 86400
cas.authn.pm.enabled: true cas.authn.pm.enabled: true
......
...@@ -93,6 +93,8 @@ cas.serviceRegistry.mongo.password: {{ mongodb.cas.password }} ...@@ -93,6 +93,8 @@ cas.serviceRegistry.mongo.password: {{ mongodb.cas.password }}
cas.authn.surrogate.separator: "," cas.authn.surrogate.separator: ","
cas.authn.surrogate.sms.attributeName: fakeNameToBeSureToFindNoAttributeAndNeverSendAnSMS cas.authn.surrogate.sms.attributeName: fakeNameToBeSureToFindNoAttributeAndNeverSendAnSMS
# 24 hours cache for login delegation
cas.ticket.tst.timeToKillInSeconds: 86400
cas.authn.pm.enabled: true cas.authn.pm.enabled: true
cas.authn.pm.policyPattern: {{ lookup('file', "{{ inventory_dir }}/templates/policy_pattern.regex") }} cas.authn.pm.policyPattern: {{ lookup('file', "{{ inventory_dir }}/templates/policy_pattern.regex") }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment