-
Notifications
You must be signed in to change notification settings - Fork 960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENTERPRISE-724: Allie / updating ip restriction docs #3963
Changes from 6 commits
eb71772
b7572a1
0391756
6ada03b
5e0429c
5f79405
19ccd8c
a10cb3a
9ed5f59
0c98632
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,8 @@ The application form in GitLab should look as follows when completed: | |
|
||
Click **Save application** in GitLab, and GitLab will then generate an **Application ID** and **Secret**. These values will be available even if you close the app screen, so this is not the only chance you have to save them. | ||
|
||
If you're a Business Critical customer using IP restrictions ensure you've added the appropriate Gitlab CIDRs to your IP restriction rules, or else the Gitlab connection will fail. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @saimaddali I've added these lines to the bottom of the gitlab and ADO integration sections - would you rather these be in a more visible place? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's also add it to the ip restriction docs ( |
||
|
||
### Adding the GitLab OAuth application to dbt Cloud | ||
After you've created your GitLab application, you need to provide dbt Cloud information about the app. In dbt Cloud, account admins should navigate to **Account Settings**, click on the **Integrations** tab, and expand the GitLab section. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ To configure IP restrictions, go to **Account Settings** → **IP Restrictions** | |
- Deny IPs flagged by the Security team | ||
- Allow only VPN traffic but make an exception for contractors’ IP addresses | ||
|
||
IP restrictions will block all user requests done via the API (via personal user token) and the UI. Service tokens are exempt from IP restrictions and can still make requests to dbt Cloud API. | ||
IP restrictions will block all service tokens, user requests done via the API (via personal user token), and the UI. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. IP restrictions will block all service tokens requests, user requests done via the API (via personal user token), and the UI, if they are coming from blocked IP addresses. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is for you can add a note about integrations using serviceTokens. |
||
|
||
### Allowing IPs | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: a
,
before ensure.Can you also link IP restrictions back to
website/docs/docs/cloud/secure/ip-restrictions.md
docsThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar below.