-
Notifications
You must be signed in to change notification settings - Fork 131
Description
I followed the instructions mentioned in here but the route is inaccessible.
I'm using certified operator 1.4.8 on Redhat openshift. The old operator and older neuvector version was working great. The new version broke our existing install as well and we are now trying with a fresh install.
I have a tls.key and tls.pem from 3rd party cert provider. I created a secret called https-cert in the namespace "neuvector".
I modified neuvector instance operator manager section and controller section.
I tried ingress but route doesn't get created following the instructions above. I tried to change the class name to customdomain but of no avail.
I get "Application not available" when I try to access manager UI.
I'm not seeing any errors.
Try 2:
Instead of using ingress, i tried passthrough for the route. Now, the route gets created but I get the error ERR_SSL_PROTOCOL_ERROR "The site can't provide a secure connection".
We are on RedHat openshift on AWS. The API endpoint for the cluster is different and I'm trying to access neuvector manager UI using a custom ingress controller setup for our custom domain.
Try 3:
If I don't specify any secret in the secret section and create a route, the route gets created but I get cert error and still able to access manager UI.
My issue is, either I'm not following the instructions correctly or the instructions are different for ROSA (RedHat OpenShift on AWS).
Please assist.