Retraced is the easiest way to integrate a compliant audit log into your application. It provides a searchable, exportable record of read/write events. Client libraries are available for Go and Javascript.
Set ADMIN_ROOT_TOKEN
environment variable either in .env
file or in docker-compose.yaml
file
docker-compose up
make dev
Swagger spec is generated from source using TSOA
By default, a swagger spec is built as part of make build
, and is served by express at /publisher/v1/swagger.json
.
In staging/production, these specs are fed to readme.io, but it is possible to generate/preview them locally.
To generate swagger.json from Typescript sources use
make swagger
The outputs will be written to build/swagger.json