| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This directory helps provide fine-grained, policy-based control over who can run which GraphQL API queries.
A matching tutorial is expected to be available soon.
The GraphQL application, the bundle server, and OPA all run in docker-containers. For convenience, we included a docker-compose file, so you'll want docker-compose installed.
Note that if using Docker Desktop, you may instead use the docker compose command.
To build the containers and get them started, use the following make commands.
make # build the containers with docker make up # start the containers with docker-compose
To instead use the example with JSON Web Tokens, use the following make commands.
make # build the containers with docker make up-token # start the containers with docker-compose
| Back | FazBrowse Home | New Git URL |