-
Notifications
You must be signed in to change notification settings - Fork 976
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'current' into joellabes-patch-1
- Loading branch information
Showing
4 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: "I'm receiving a 403 error 'Forbidden: Access denied' when using service tokens" | ||
description: "All service token traffic is now subject to IP restrictions. To resolve 403 errors, add your third-party integration CIDRs (network addresses) to the allowlist." | ||
sidebar_label: 'Service token 403 error: Forbidden: Access denied' | ||
--- | ||
|
||
|
||
All [service token](/docs/dbt-cloud-apis/service-tokens) traffic is subject to IP restrictions. | ||
|
||
When using a service token, the following 403 response error indicates the IP is not on the allowlist. To resolve this, you should add your third-party integration CIDRs (network addresses) to your allowlist. | ||
|
||
The following is an example of the 403 response error: | ||
|
||
```json | ||
{ | ||
"status": { | ||
"code": 403, | ||
"is_success": False, | ||
"user_message": ("Forbidden: Access denied"), | ||
"developer_message": None, | ||
}, | ||
"data": { | ||
"account_id": <account_id>, | ||
"user_id": <user_id>, | ||
"is_service_token": <boolean describing if it's a service token request>, | ||
"account_access_denied": True, | ||
}, | ||
} | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.