An open API service indexing awesome lists of open source software.

https://github.com/aserto-dev/authzen-topaz-proxy

AuthZEN proxy for Topaz sidecar
https://github.com/aserto-dev/authzen-topaz-proxy

Last synced: 3 months ago
JSON representation

AuthZEN proxy for Topaz sidecar

Awesome Lists containing this project

README

          

# authzen-topaz-proxy

Implementation of the AuthZEN evaluations API for Topaz.

## Install dependencies

yarn install

## Build

yarn build-all

## Run in local developer mode

yarn dev

## Run in production mode

yarn prod

## Build and run a local docker image

yarn docker-build

yarn docker-run

## Release a new version

yarn release