Skip to content

Commit

Permalink
chore: update Ory Network IP addresses documentation (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmsc authored Apr 16, 2024
1 parent 7f3a517 commit 4f657ed
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
17 changes: 2 additions & 15 deletions docs/guides/integrate-with-ory-cloud-through-webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
21 changes: 21 additions & 0 deletions docs/guides/ip-allowlist.mdx
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions src/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ module.exports = {
"guides/cors",
"guides/gitops",
"guides/rate-limits",
"guides/allowlist",
],
},
{
Expand Down

0 comments on commit 4f657ed

Please sign in to comment.