Good afternoon group,
I have been for some time, more than desired being honest, trying to deploy a CAS server in my organization on a cluster Kubernetes and I think I have almost succeeded.
The truth is that if I had previously known how difficult it has been, I will not get on the boat. Previously, I had never worked with Docker, Kubernetes, or CAS. The upside is that my confinement has not been boring.
I am currently trying to publish the service abroad using reverse apache proxy but the container dies returning the following error:
The AJP Connector is configured with secretRequired = "true" but the secret attribute is either null or "". This combination is not valid.
The configuration that I have included for proxy in cas.properties is the following:
## config for proxy
server.port = 8080
server.ssl.enabled = false
cas.server.tomcat.http.enabled = false
cas.server.tomcat.httpProxy.enabled = true
cas.server.tomcat.httpProxy.secure = true
cas.server.tomcat.httpProxy.scheme = https
cas.server.tomcat.ajp.attributes.secret = isasecret << I thought this would solve the problem but no.
Could someone tell me, for heaven's sake, where is the fault?
Thanks in advance for your contribution.
Regards.