-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
79 additions
and
86 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
workspaces/* | ||
|
||
!.gitkeep |
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,57 @@ | ||
name: tap-auth0 | ||
namespace: tap_auth0 | ||
label: Auth0 | ||
logo_url: /assets/images/datasource/tap-auth0.png | ||
description: |- | ||
Auth0 is an identity and access management service, that allows you to manage the access of your users. | ||
## Prerequisites | ||
To find out how to get the required credentials for this data source please go to our documentation: [Auth0 Prerequisites](${docsBaseUrl}/data-sources/tap-auth0/prerequisites) | ||
## Data source settings | ||
### Client ID | ||
Your Auth0 Machine-to-Machine application client id. | ||
### Client Secret | ||
Your Auth0 Machine-to-Machine application client secret. | ||
### Domain | ||
Your Auth0 tenant domain in the format `<TENANT_NAME>.<REGION_IDENTIFIER>.auth0.com`` | ||
## Learn more | ||
[Matatika Auth0 Data Source Documentation](${docsBaseUrl}/data-sources/tap-auth0) | ||
[Meltano Hub Auth0 Documentation](https://hub.meltano.com/taps/auth0) | ||
variant: matatika | ||
docs: ${docsBaseUrl}/data-sources/tap-auth0/ | ||
repo: https://github.com/Matatika/tap-auth0 | ||
pip_url: git+https://github.com/Matatika/[email protected] | ||
capabilities: | ||
- catalog | ||
- discover | ||
- state | ||
settings: | ||
- name: client_id | ||
label: Client ID | ||
kind: password | ||
required: true | ||
- name: client_secret | ||
label: Client Secret | ||
kind: password | ||
required: true | ||
- name: domain | ||
label: Domain | ||
required: true | ||
- name: job_poll_interval_ms | ||
kind: hidden | ||
value: 2000 | ||
- name: job_poll_max_count | ||
kind: hidden | ||
value: 10 |
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,14 @@ | ||
name: analyze-auth0 | ||
namespace: tap_auth0 | ||
label: Auth0 Insights | ||
description: |- | ||
Instant insights on users, logins and quotas from Auth0. | ||
update: | ||
'*.yml': true | ||
variant: matatika | ||
repo: https://github.com/Matatika/analyze-auth0 | ||
pip_url: git+https://github.com/Matatika/[email protected] | ||
requires: | ||
extractors: | ||
- name: tap-auth0 | ||
variant: matatika |
File renamed without changes.