UPDATE
This commit is contained in:
@@ -8,6 +8,15 @@ This service runs OPA as a standalone authorization engine for `backend/access_c
|
||||
docker compose -f accsess/docker-compose.yaml up -d
|
||||
```
|
||||
|
||||
If you want request logging only on development, start the stack with
|
||||
`APP_ENV=DEVELOP` and enable the `develop` profile. In that mode, OPA sends
|
||||
decision logs to a sidecar service, and the log file is written to
|
||||
`accsess/logs/opa.log` on the host through a Docker volume.
|
||||
|
||||
```bash
|
||||
APP_ENV=DEVELOP COMPOSE_PROFILES=develop docker compose -f accsess/docker-compose.yaml up -d
|
||||
```
|
||||
|
||||
## Decision endpoints
|
||||
|
||||
- Single feature: `POST /v1/data/croplogic/authz/decision`
|
||||
|
||||
Reference in New Issue
Block a user