Quarkus Zanzibar - Authzed Connector

Overview

The Authzed Connector provides access to Authzed server instances or their managed authorization platform. It relies upon the Quarkus Authzed Client.

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

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

Installation

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

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

<dependency>
    <groupId>io.quarkiverse.zanzibar</groupId>
    <artifactId>quarkus-zanzibar-authzed</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 Authzed Connector.