0

I have a Service that is mapped to a consumer, and I want to allow the Service Routes to the specific domain name.

We have a plugin to restrict the IP https://docs.konghq.com/hub/kong-inc/ip-restriction/.

is there any way to restrict the domain?

Gowtham Raj
  • 103
  • 2
  • 13
  • What do you call restrict the domain ? – Ôrel Aug 11 '22 at 08:22
  • Example: www.example1.com can consume the service, any other domains should not be allowed to consume the service. – Gowtham Raj Aug 11 '22 at 09:02
  • 1
    Ok, so more a fully qualified domain name to be pedantic. The issue is that for a client you only know the ip, and the reverse ip to fqdn is not working well. And lot of IP are shared. So the simple solution you resolve the domain or ask the up and set the ip on your plugin. some domain will answer different ip to load balance so hard to do it without asking the owner – Ôrel Aug 11 '22 at 09:10

0 Answers0