Skip to content

Commit e74ff0b

Browse files
committed
add firewall reqs to helm install
1 parent 1a99dc2 commit e74ff0b

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

docs/vendor/install-with-helm.md renamed to docs/vendor/install-with-helm.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,35 @@ Before you install, complete the following prerequisites:
1010

1111
<Prerequisites/>
1212

13+
## Firewall Openings Requirements
14+
15+
The domains for the services listed below need to be accessible from servers performing online (internet-connected) installations:
16+
17+
:::note
18+
No outbound internet access is required for air gap installations.
19+
:::
20+
21+
<table>
22+
<tr>
23+
<th>Domain</th>
24+
<th>Description</th>
25+
</tr>
26+
<tr>
27+
<td>`proxy.replicated.com`</td>
28+
<td><p>Private Docker images are proxied through `proxy.replicated.com`. This domain is owned by Replicated, Inc., which is headquartered in Los Angeles, CA.</p><p>For the range of IP addresses for `proxy.replicated.com`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L52-L57) in GitHub.</p></td>
29+
</tr>
30+
<tr>
31+
<td>`registry.replicated.com` </td>
32+
<td><p>Some applications host private images in the Replicated registry at this domain. The on-prem docker client uses a license ID to authenticate to `registry.replicated.com`. This domain is owned by Replicated, Inc which is headquartered in Los Angeles, CA.</p><p> For the range of IP addresses for `registry.replicated.com`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L20-L25) in GitHub.</p></td>
33+
</tr>
34+
<tr>
35+
<td>`replicated.app` &#42;</td>
36+
<td><p>Upstream application YAML and metadata is pulled from `replicated.app`. The current running version of the application (if any), as well as a license ID and application ID to authenticate, are all sent to `replicated.app`. This domain is owned by Replicated, Inc., which is headquartered in Los Angeles, CA.</p><p>For the range of IP addresses for `replicated.app`, see [replicatedhq/ips](https://github.com/replicatedhq/ips/blob/main/ip_addresses.json#L60-L65) in GitHub.</p></td>
37+
</tr>
38+
</table>
39+
40+
&#42; Required only if the Replicated SDK if included as a dependency of the application Helm chart. For more information, see [About the Replicated SDK](/vendor/replicated-sdk-overview).
41+
1342
## Install
1443

1544
To install a Helm chart:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import FirewallOpenings from "../partials/install/_firewall-openings.mdx"
2+
3+
# Firewall Openings for Online Installations with Replicated
4+
5+
<FirewallOpenings/>

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ const sidebars = {
833833
},
834834
'enterprise/sbom-validating',
835835
'vendor/replicated-sdk-slsa-validating',
836+
'vendor/security-firewall-openings',
836837
],
837838
},
838839

0 commit comments

Comments
 (0)