-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 Source Zendesk Sunshine: support oauth (#7976)
* add oauth support * bump version * add java part * change date format * change spec * upd invalid_configs * bump version and format
- Loading branch information
1 parent
ee26499
commit 7776dbe
Showing
13 changed files
with
492 additions
and
36 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
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
9 changes: 9 additions & 0 deletions
9
...ations/connectors/source-zendesk-sunshine/integration_tests/invalid_config_api_token.json
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,9 @@ | ||
{ | ||
"credentials": { | ||
"auth_method": "api_token", | ||
"email": "test@ayhghghte.io", | ||
"api_token": "fgfgvf ghnbvg hnghbvnhbvnvbn" | ||
}, | ||
"subdomain": "d3v-airbyte", | ||
"start_date": "2020-01-01T00:00:00Z" | ||
} |
10 changes: 10 additions & 0 deletions
10
...tegrations/connectors/source-zendesk-sunshine/integration_tests/invalid_config_oauth.json
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,10 @@ | ||
{ | ||
"credentials": { | ||
"auth_method": "oauth2.0", | ||
"client_id": "some_client_id", | ||
"client_secret": "some_client_secret", | ||
"access_token": "some_access_token" | ||
}, | ||
"subdomain": "d3v-airbyte", | ||
"start_date": "2020-01-01T00:00:00Z" | ||
} |
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
Oops, something went wrong.