kube-scan icon indicating copy to clipboard operation
kube-scan copied to clipboard

octarine UI not accessible on different path when using ingress rewrite path

Open SunnyAgrawal opened this issue 4 years ago • 0 comments

Hi Team

I tried setting up nginx ingress and expose the octarine UI on different path. However the UI is not loading properly. I am doing something wrong ? It works fine if i don't specify path.

my ingress definition :

apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: octarine-ingress annotations: nginx.ingress.kubernetes.io/rewrite-target: / spec: rules: - host: localhost http: paths: - path: /octarine backend: serviceName: kube-scan-ui servicePort: 80

SunnyAgrawal avatar Jul 02 '20 17:07 SunnyAgrawal