Hello All
We are using CAS 7.1.3 using DynamoDB storage. We are facing a challenge
where any ticket (TGT) entry in CAS_TICKETS table while creating ticket
using CAS , writes default value to TTL. We have mentioned in
application.properties in below way:
cas:
ticket:
st:
time-to-kill-in-seconds: PT5M # 5 min
numberOfUses: 10
tgt:
primary:
time-to-kill-in-seconds: PT3M # 3 minutes
max-time-to-live-in-seconds: PT4M # 4 minutes
With this, any ST entry in CAS_TICKETS is writing correct value as 300 secs
(PT5M) as mentioned in application.properties but TGT entries still dont
override the value given PT 4M (240 secs).
Any suggestions or guidance is highly appreciated here.
Thank you
Akash
--
- Website: https://apereo.github.io/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/427aea57-06dd-4ec8-acba-c52ebbd03dbdn%40apereo.org.