Re: [cas-user] WARN message in 6.6.0-RC3 about UserDetailsServiceAutoConfiguration

2022-06-11 Thread Noelette Stout
I'll try that. Thanks again! Noelette On Fri, Jun 10, 2022 at 5:37 PM Ray Bon wrote: > You might be able to get away with just setting a value for the password. > This would apply to the default spring user, 'user', which the log message > refers. > > Ray > > On Fri, 2022-06-10 at 17:27

Re: [cas-user] WARN message in 6.6.0-RC3 about UserDetailsServiceAutoConfiguration

2022-06-10 Thread Ray Bon
You might be able to get away with just setting a value for the password. This would apply to the default spring user, 'user', which the log message refers. Ray On Fri, 2022-06-10 at 17:27 -0600, Noelette Stout wrote: Notice: This message was sent from outside the University of Victoria email

Re: [cas-user] WARN message in 6.6.0-RC3 about UserDetailsServiceAutoConfiguration

2022-06-10 Thread Noelette Stout
I actually have that in there, but I commented it out after I set up other users. I'll uncomment it. Thanks! On Fri, Jun 10, 2022, 5:22 PM Ray Bon wrote: > Noelette, > > You can add this to cas.properties > > spring.security.user.name=casuser > spring.security.user.password=Some secret, spaces

Re: [cas-user] WARN message in 6.6.0-RC3 about UserDetailsServiceAutoConfiguration

2022-06-10 Thread Ray Bon
Noelette, You can add this to cas.properties spring.security.user.name=casuser spring.security.user.password=Some secret, spaces are cool This is part of spring boot features, cas uses actuators, https://apereo.github.io/cas/6.5.x/monitoring/Monitoring-Statistics.html Ray On Fri, 2022-06-10