https://github.com/aserto-dev/authzen-topaz-http-proxy
AuthZEN todo interop scenario proxy that uses HTTP to talk to Topaz
https://github.com/aserto-dev/authzen-topaz-http-proxy
Last synced: 10 months ago
JSON representation
AuthZEN todo interop scenario proxy that uses HTTP to talk to Topaz
- Host: GitHub
- URL: https://github.com/aserto-dev/authzen-topaz-http-proxy
- Owner: aserto-dev
- Created: 2025-07-02T20:06:34.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-02T20:17:14.000Z (12 months ago)
- Last Synced: 2025-07-02T21:27:12.415Z (12 months ago)
- Language: TypeScript
- Size: 454 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# authzen-topaz-http-proxy
Implementation of the AuthZEN evaluations API for Topaz.
This repo contains code that translates the AuthZEN evaluation and evaluation API calls into a Topaz `is` call, over the REST binding as opposed to the gRPC binding.
The latter can be found at https://github.com/aserto-dev/authzen-topaz-proxy.
## 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
## Build and deploy on GCP / Google Cloud Run
yarn gcp-build
yarn gcp-deploy
## Release a new version
yarn release