From 70132484bd8b945d3893a3f7d63912842779011d Mon Sep 17 00:00:00 2001 From: Shawn Harris <48733734+conversayShawn@users.noreply.github.com> Date: Thu, 27 Apr 2023 10:55:40 -0700 Subject: [PATCH] Enterprise ip (#5190) * rebase * add IP verbiage for on-prem GH/GL instances * run linter * run linter * relative paths * update md syntax * resolve reviews * wrong PR * lint * update info to warning * provide more clarity * run lint --------- Co-authored-by: Paul Jaffre --- docs/faq/questions/cloud-faq.mdx | 9 +++++- docs/guides/cloud/github-integration.mdx | 36 +++++++++++++++++++----- docs/guides/cloud/gitlab-integration.mdx | 9 +++++- 3 files changed, 45 insertions(+), 9 deletions(-) diff --git a/docs/faq/questions/cloud-faq.mdx b/docs/faq/questions/cloud-faq.mdx index e32d16cffd..462ec2776e 100644 --- a/docs/faq/questions/cloud-faq.mdx +++ b/docs/faq/questions/cloud-faq.mdx @@ -233,7 +233,7 @@ by: 4. Review your organization's usage 5. Scroll down and select **Upgrade** under your plan of choice -## I'm working at a restrictive VPN. Which subdomains do I have to allow on my VPN for Cypress Cloud to work properly? +## I'm working with a restrictive VPN. Which subdomains do I have to allow on my VPN for Cypress Cloud to work properly? If you are running the tests from within a restrictive VPN you will need to allow some URLs so that Cypress can have effective communication with Cypress @@ -249,3 +249,10 @@ Cloud. - `https://docs.cypress.io` - **Cypress documentation** - `https://download.cypress.io` - **CDN download of Cypress binary** - `https://on.cypress.io` - **URL shortener for link redirects** + +**If you are using GitHub Enterprise or GitLab for Enterprise (Self-managed), +you may also need to add both the following to the version control IP allow +list:** + +- `3.211.102.119` - **Dedicated IP** +- `18.213.72.78` - **Dedicated IP** diff --git a/docs/guides/cloud/github-integration.mdx b/docs/guides/cloud/github-integration.mdx index 6c1b0668f0..aa9c08d613 100644 --- a/docs/guides/cloud/github-integration.mdx +++ b/docs/guides/cloud/github-integration.mdx @@ -137,21 +137,29 @@ to GitHub.com to complete the installation: 2. Choose which repositories to associate with the Cypress GitHub App. You can choose **All repositories** or **Only select repositories**. with your Cypress GitHub App installation. - :::info -All current and future repositories will be included with this -installation if you choose All repositories. +All current and _future_ repositories will be included with this installation if +you choose **All repositories**. ::: + + 3. Click the **Install** button to complete the installation. +:::warning + +If you are running the tests from within a restrictive VPN, see +[which subdomains to add to your allowlist for Cypress Cloud and your GitHub integration to work properly](/faq/questions/cloud-faq#Im-working-at-a-restrictive-VPN-Which-subdomains-do-I-have-to-allow-on-my-VPN-for-Cypress-Cloud-to-work-properly) + +::: + ### Cypress GitHub Enterprise app installation process To integrate Cypress Cloud with GitHub Enterprise, you need to create a new @@ -268,6 +276,13 @@ them into Cypress Cloud, and complete the activation process. install the app against all repos or select specific ones, then click the **Install** button. +:::info + +All current and future repositories will be included with this +installation if you choose All repositories. + +::: +