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
- Host: GitHub
- URL: https://github.com/aserto-dev/authzen-topaz-proxy
- Owner: aserto-dev
- Created: 2024-05-08T03:24:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T19:24:21.000Z (about 1 year ago)
- Last Synced: 2025-06-29T00:50:31.691Z (12 months ago)
- Language: TypeScript
- Size: 2.87 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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