Priyambada, Why do you want an encrypted password in your config?
Ray On Tue, 2020-09-01 at 02:17 -0700, Priyambada Madala wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. 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 ? -- Ray Bon Programmer Analyst Development Services, University Systems 2507218831 | CLE 019 | [email protected]<mailto:[email protected]> I respectfully acknowledge that my place of work is located within the ancestral, traditional and unceded territory of the Songhees, Esquimalt and WSÁNEĆ Nations. -- - 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/3d94cbe0bde1b0b0d3da10f88268c41aebacb485.camel%40uvic.ca.
