Quarkus Zanzibar - OpenFGA Connector

Overview

The OpenFGA Connector provides access to OpenFGA server instances or Auth0’s managed authorization platform. It relies upon the Quarkus OpenFGA Client.

Currently there is no connector specific setup or configuration beyond installing the connector dependency.

Visit the Quarkus OpenFGA Client project for details on configuring the client to connect to your server or the Authzed platform.

Installation

To connect to OpenFGA servers you need to add the Zanzibar OpenFGA connector.

For instance, with Maven, add the following dependency to your POM file:

<dependency>
    <groupId>io.quarkiverse.zanzibar</groupId>
    <artifactId>quarkus-zanzibar-openfga</artifactId>
    <version>1.3.0</version>
</dependency>

The connector depends on the required quarkus-zanzibar extension; its inclusion is optional.

Extension Configuration Reference

Currently there are no specific configuration options for the OpenFGA Connector.