Skip to content

Commit 4f657ed

Browse files
authored
chore: update Ory Network IP addresses documentation (#1704)
1 parent 7f3a517 commit 4f657ed

File tree

3 files changed

+24
-15
lines changed

3 files changed

+24
-15
lines changed

docs/guides/integrate-with-ory-cloud-through-webhooks.mdx

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,8 @@ use case.
4141

4242
:::tip
4343

44-
To enhance your security measures while using the Ory Network, we've narrowed down the source IP addresses for our webhooks to
45-
these specific IPs:
46-
47-
- 34.22.170.75
48-
- 35.242.228.133
49-
50-
These addresses will be used in the US region:
51-
52-
- 35.245.69.134
53-
- 34.94.111.83
54-
55-
By setting your firewall rules to allow traffic only from these IP addresses, you'll be adding an extra layer of protection
56-
against any unwarranted access attempts.
57-
58-
:::
44+
If you would like to configure IP allow list in your firewall setup for webhooks please read about our
45+
[Ory Network IP Addresses](./ip-allowlist.mdx) :::
5946

6047
## Creating Actions on the Ory Network
6148

docs/guides/ip-allowlist.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
id: allowlist
3+
title: Configure Ory Network IP addresses as allow list
4+
sidebar_label: Ory Network IP Addresses
5+
---
6+
7+
To enhance your security measures while using the Ory Network, we've narrowed down the source IP addresses for all of our egress
8+
traffic (webhook, emails etc.) to specific IPs.
9+
10+
These addresses will be used in the EU region:
11+
12+
- 34.22.170.75
13+
- 35.242.228.133
14+
15+
These addresses will be used in the US region:
16+
17+
- 35.245.69.134
18+
- 34.94.111.83
19+
20+
By setting your firewall rules to allow traffic only from these IP addresses, you'll be adding an extra layer of protection
21+
against any unwarranted access attempts.

src/sidebar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ module.exports = {
324324
"guides/cors",
325325
"guides/gitops",
326326
"guides/rate-limits",
327+
"guides/allowlist",
327328
],
328329
},
329330
{

0 commit comments

Comments
 (0)