File tree Expand file tree Collapse file tree 3 files changed +24
-15
lines changed Expand file tree Collapse file tree 3 files changed +24
-15
lines changed Original file line number Diff line number Diff line change @@ -41,21 +41,8 @@ use case.
41
41
42
42
:::tip
43
43
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 ) :::
59
46
60
47
## Creating Actions on the Ory Network
61
48
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -324,6 +324,7 @@ module.exports = {
324
324
"guides/cors" ,
325
325
"guides/gitops" ,
326
326
"guides/rate-limits" ,
327
+ "guides/allowlist" ,
327
328
] ,
328
329
} ,
329
330
{
You can’t perform that action at this time.
0 commit comments