Skip to content

Commit 183fd25

Browse files
authoredFeb 6, 2025··
emphasize that privatelink is optional (#309)
1 parent a76511c commit 183fd25

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
 

‎pages/authzed/concepts/private-networking.mdx

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1+
import { Callout } from 'nextra/components'
2+
13
# Private Networking
24

35
Private Networking is functionality exclusive to AuthZed Dedicated that restricts network access to internal networks.
46
When enabled, connections that are not configured are rejected.
57

68
By adding this additional layer of security, entire classes of security risk are eliminated because only trusted networks have access to the software powering your authorization systems.
79

8-
While completely optional, we recommend all users to secure their connections to SpiceDB using Private Networking.
9-
1010
In the scenario you choose not to use Private Networking, AuthZed Dedicated can alternatively be configured for access over the open internet.
1111

12+
<Callout type="info">
13+
Private networking is recommended, but optional. Authzed Dedicated can be configured to allow for connecting from the public internet.
14+
</Callout>
15+
1216
## Architecture
1317

1418
The following diagram models Private Networking on AWS using AWS PrivateLink:

‎pages/authzed/guides/setting-up-private-networking.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
import { Steps } from 'nextra/components'
2+
import { Callout } from 'nextra/components'
23

34
# Setting up Private Networking
45

56
This guide walks through setting up AuthZed Dedicated [Private Networking].
67

78
[Private Networking]: ../concepts/private-networking
89

10+
<Callout type="info">
11+
Private networking is recommended, but optional. Authzed Dedicated can be configured to allow for connecting from the public internet.
12+
</Callout>
13+
914
## AWS Steps
1015

1116
<Steps>

‎vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878
"permanent": false
7979
}
8080
]
81-
}
81+
}

0 commit comments

Comments
 (0)
Please sign in to comment.