VIP Auth Hub | Health check end points not working for AuthHub - Error Code 503
search cancel

VIP Auth Hub | Health check end points not working for AuthHub - Error Code 503

book

Article ID: 264388

calendar_today

Updated On:

Products

VIP Authentication Hub

Issue/Introduction

We are facing some challenges with health check end point.

The APIs are failing with 503 

 

Environment

Release : Any

Resolution

Couple of thigs to check:

1) check the Ingress policy and make sure request is not getting blocked there 

http:

      paths:

      - backend:

          service:

            name: invalid

            port:

              number: 80

        path: /(.*?)/(.*/health*.)$

        pathType: ImplementationSpecific

      - backend:

          service:

            name: invalid

            port:

              number: 80

        path: /(.*?)/(.*/actuator/*.)$

 

2) check your "management-ingress.yaml" and make sure you are using the correct hostname as defined in the yaml file and that you are not confusing it with the ssp URL