Hello,
What I have tried:
spring.security.user.name=somename
spring.security.user.password=somepasswd
spring.security.user.roles=ADMIN
cas.monitor.endpoints.endpoint.defaults.access=ANONYMOUS
I have also tried
unsetting the user.name,user.password, and user.roles (commenting them out)
and I have t
Hello Erik,
I had seen that you replied before, but it is not showing on my side any
more.
Is your Spring Boot Admin and CAS box running on the same server? If so,
the other "spring.security" option might not need to be specified. Try
commenting those options other than the ".user.name", ".use
Hello Erik,
I was getting that error as well and it turned out that I didn't have the
"spring.security" lines set in my properties file.
spring.security.user.name=[setuser]
spring.security.user.password=[setpassword]
spring.security.user.roles=ADMIN
Also, be sure that the "management.endpoints"