Skip to content

Commit 53eb7a2

Browse files
gavinelderbebosudo
andauthored
Apply suggestions from code review
Co-authored-by: Alberto Chiusole <1922124+bebosudo@users.noreply.github.com> Signed-off-by: Gavin <gav.elder@gmail.com>
1 parent 656d75a commit 53eb7a2

2 files changed

Lines changed: 3 additions & 15 deletions

File tree

platform-cloud/docs/enterprise/advanced-topics/firewall-configuration.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@ This endpoint returns a JSON object that can be parsed to dynamically adapt your
1515
$ python3
1616
>>> import requests
1717
>>> requests.get("https://meta.seqera.io").json()
18-
{
19-
"egress": [
20-
"18.169.21.18/32",
21-
"18.135.7.45/32",
22-
"18.171.4.252/32"
23-
],
24-
"ingress": [
25-
"35.179.197.5/32",
26-
"3.11.38.17/32",
27-
"18.175.79.222/32"
28-
]
29-
}
3018
```
3119

3220
### DNS allowlist

platform-enterprise_versioned_docs/version-25.1/enterprise/configuration/networking.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Your Seqera Enterprise must be allowed to communicate with licences.seqera.io on
1616

1717
### Fusion and other Enterprise plugins
1818

19-
[Fusion file system](../../supported_software/fusion/overview.md) and other Seqera Enterprise plugins have built-in licence checking built-in. As such, you must also allow network traffic from the your Seqera compute environment executing Nextflow jobs.
19+
[Fusion file system](../../supported_software/fusion/overview.md) and other Seqera Enterprise plugins have built-in license checking. As such, you must also allow network traffic from your Seqera compute environment executing Nextflow jobs.
2020

2121
### Studios
2222

23-
See [Studios deployment](../studios.md) for details on the Seqera-hosted URLs, and internal subdomains of your Platform instance host domain, that must be allowed for ingress and egress traffic.
23+
See [Studios deployment](../studios.md) for details on the Seqera-hosted URLs and internal subdomains of your Platform instance host domain, which must be allowed for ingress and egress traffic.
2424

2525
### Wave
2626

27-
To use Seqera Cloud-hosted [Wave](https://docs.seqera.io/wave) with the Mirror or Freeze functionality, which requires Wave to store built containers within your container registry, you must to ensure that the wave-build VPC is allowed to push to your container registry. For most cloud providers, this requires additional configuration to lock down, but is generally allowed by default.
27+
To use Seqera Cloud-hosted [Wave](https://docs.seqera.io/wave) with the Mirror or Freeze functionality, which requires Wave to store built containers within your container registry, you must ensure that the wave-build VPC is allowed to push to your container registry. For most cloud providers, this is generally permitted by default; you may contact your network administrators to verify whether additional firewall rules have been defined.
2828

2929
Ensure your Enterprise instance can communicate with the following Seqera-hosted Wave service IP addresses on port 443:
3030

0 commit comments

Comments
 (0)