Example Connectors
Open Authorization API usage examples
The official Veza connectors are useful references for understanding the decisions and strategies that come into play when building a custom Open Authorization API (OAA) integration.
Each connector is similar in basic function, yet adapts to the resource hierarchies and interfaces unique to the technology provider. Each uses the oaaclient
Python package to construct a payload, create a custom provider and data source, and publish the extracted metadata.
Veza provides working connectors and source code for:
GitHub
GitLab
Jira
Looker
PagerDuty
Zendesk
See the GitHub repository for setup instructions and the most recent releases. The repository also includes sample applications demonstrating basic oaaclient
usage. You can also browse these examples in the User Guide.
Last updated