Awesome
Quarkus Zanzibar
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:END -->Overview
The Quarkus Zanzibar extension provides Zanzibar style Fine Grain Authorization (FGA) capabilities for Quarkus. An authorization filter and dedicated annotations are provided to provide easy integration of Zanzibar style FGA into applications.
The extension only provides the framework and relies on dedicated connectors to communicate with specific Zanzibar style APIs.
Supported APIs:
Documentation
The documentation for this extension can be found here.
Dependency
Adding the quarkus-zanzibar
extension to your project only provides access to the authorization and the annotations
needed to configure authorization on your resource classes and methods.
To communicate with your selected API you will need to add a connector for OpenFGA or Authzed.
Maven
OpenFGA Zanzibar Connector
<dependency>
<groupId>io.quarkiverse.zanzibar</groupId>
<artifactId>quarkus-zanzibar-openfga</artifactId>
<version>${zanzibar.version}</version>
</dependency>
Authzed Zanzibar Connector
<dependency>
<groupId>io.quarkiverse.zanzibar</groupId>
<artifactId>quarkus-zanzibar-authzed</artifactId>
<version>${zanzibar.version}</version>
</dependency>
Gradle
OpenFGA Zanzibar Connector
implementation("io.quarkiverse.zanzibar:quarkus-zanzibar-openfga:${zanzibar.version}")
Authzed Zanzibar Connector
implementation("io.quarkiverse.zanzibar:quarkus-zanzibar-authzed:${zanzibar.version}")
Contributors ✨
Thanks goes to these wonderful people (emoji key):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tbody> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/kdubb"><img src="https://avatars.githubusercontent.com/u/787655?v=4?s=100" width="100px;" alt="Kevin Wooten"/><br /><sub><b>Kevin Wooten</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-zanzibar/commits?author=kdubb" title="Code">💻</a> <a href="#maintenance-kdubb" title="Maintenance">🚧</a></td> </tr> </tbody> </table> <!-- markdownlint-restore --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->This project follows the all-contributors specification. Contributions of any kind welcome!