Danny
Danny

Reputation: 147

ISTIO allow all outbound traffic to a DOMAIN

Similiar to this topic I need to allow all traffic NOT to IP, but to a domain. The domain I want to access is google API https://www.google.com/recaptcha/api/siteverify

Any ideas?

Upvotes: 0

Views: 482

Answers (2)

Danny
Danny

Reputation: 147

Right, I did it with making Service Entry and Virtual entry to google.com. Not to specific endpoint. Thank you for the help.

Upvotes: 0

Vadim Eisenberg
Vadim Eisenberg

Reputation: 3427

You can allow traffic to a specific URL like www.google.com, or to a domain like *.google.com. See this task.

You can allow traffic to a specific path as well, see this blog post.

Upvotes: 2

Related Questions