return 403 response for custom path in Ambassador

196 Views Asked by At

we are running a Kubernetes cluster managed with Terraform. For routing external traffic to our services we use Ambassador (https://www.getambassador.io/). We would like to have one specific endpoint to be accessible only from the internal network. Do anyone knows best practice to achieve it with Ambassador?

I thought about forcing Ambassador to return 403 response for that path, but couldn't find the proper way to do it with Ambassador. Any advice would be appreciated.

0

There are 0 best solutions below