I have following cas.properties for redis registry set up . # Redis Ticket Registry properties cas.ticket.registry.redis.host=localhost cas.ticket.registry.redis.database=1 cas.ticket.registry.redis.port=6379 cas.ticket.registry.redis.password=redis cas.ticket.registry.redis.timeout=2000 cas.ticket.registry.redis.useSsl=false cas.ticket.registry.redis.usePool=true
cas.ticket.registry.redis.pool.max-active=20 cas.ticket.registry.redis.pool.maxIdle=8 cas.ticket.registry.redis.pool.minIdle=0 cas.ticket.registry.redis.pool.maxActive=8 cas.ticket.registry.redis.pool.maxWait=-1 cas.ticket.registry.redis.pool.numTestsPerEvictionRun=0 cas.ticket.registry.redis.pool.softMinEvictableIdleTimeMillis=0 cas.ticket.registry.redis.pool.minEvictableIdleTimeMillis=0 cas.ticket.registry.redis.pool.lifo=true cas.ticket.registry.redis.pool.fairness=false cas.ticket.registry.redis.pool.testOnCreate=false cas.ticket.registry.redis.pool.testOnBorrow=false cas.ticket.registry.redis.pool.testOnReturn=false cas.ticket.registry.redis.pool.testWhileIdle=false I want to provide an encrypted value in "cas.ticket.registry.redis.password". Is there a possible bean i can override where i can decrypt the password with proper key ? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/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 on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/d90f9a2e-9f83-411b-a0e8-60a016bf14edn%40apereo.org.
