diff --git a/docs/guides/integrate-with-ory-cloud-through-webhooks.mdx b/docs/guides/integrate-with-ory-cloud-through-webhooks.mdx index c360b80fb..d355fb4a0 100644 --- a/docs/guides/integrate-with-ory-cloud-through-webhooks.mdx +++ b/docs/guides/integrate-with-ory-cloud-through-webhooks.mdx @@ -41,21 +41,8 @@ use case. :::tip -To enhance your security measures while using the Ory Network, we've narrowed down the source IP addresses for our webhooks to -these specific IPs: - -- 34.22.170.75 -- 35.242.228.133 - -These addresses will be used in the US region: - -- 35.245.69.134 -- 34.94.111.83 - -By setting your firewall rules to allow traffic only from these IP addresses, you'll be adding an extra layer of protection -against any unwarranted access attempts. - -::: +If you would like to configure IP allow list in your firewall setup for webhooks please read about our +[Ory Network IP Addresses](./ip-allowlist.mdx) ::: ## Creating Actions on the Ory Network diff --git a/docs/guides/ip-allowlist.mdx b/docs/guides/ip-allowlist.mdx new file mode 100644 index 000000000..93ee7c3ee --- /dev/null +++ b/docs/guides/ip-allowlist.mdx @@ -0,0 +1,21 @@ +--- +id: allowlist +title: Configure Ory Network IP addresses as allow list +sidebar_label: Ory Network IP Addresses +--- + +To enhance your security measures while using the Ory Network, we've narrowed down the source IP addresses for all of our egress +traffic (webhook, emails etc.) to specific IPs. + +These addresses will be used in the EU region: + +- 34.22.170.75 +- 35.242.228.133 + +These addresses will be used in the US region: + +- 35.245.69.134 +- 34.94.111.83 + +By setting your firewall rules to allow traffic only from these IP addresses, you'll be adding an extra layer of protection +against any unwarranted access attempts. diff --git a/src/sidebar.js b/src/sidebar.js index 66dfb04f4..16eb3f923 100644 --- a/src/sidebar.js +++ b/src/sidebar.js @@ -324,6 +324,7 @@ module.exports = { "guides/cors", "guides/gitops", "guides/rate-limits", + "guides/allowlist", ], }, {