Skip to content

A fully open source audit log service and embeddable UI easily deployed to your own Kubernetes cluster.

License

Notifications You must be signed in to change notification settings

dotindustries/retraced

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retraced Audit Log

CircleCI

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.

Usage

Running with docker-compose

Set ADMIN_ROOT_TOKEN environment variable either in .env file or in docker-compose.yaml file

docker-compose up

Running with Skaffold

make dev

Swagger Documentation

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.

Generating a spec

To generate swagger.json from Typescript sources use

make swagger

The outputs will be written to build/swagger.json

About

A fully open source audit log service and embeddable UI easily deployed to your own Kubernetes cluster.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • JavaScript 1.0%
  • Makefile 0.4%
  • Handlebars 0.2%
  • Dockerfile 0.1%
  • PLpgSQL 0.1%
  • Shell 0.1%