User and policy management component for KorAP
2.8K

Kustvakt is the User and policy management component for for the KorAP Corpus Analysis Platform.
Please refer to the GitHub documentation on how to install Kustvakt for development purposes and configuration.
Per default the container starts a demon in lite mode, exposing the port 8089 for all requests.
The demon needs to be pointed to a local index, that is mounted as /kustvakt/index.
An example index can be found on GitHub.
Example run is:
$ docker run --rm --name kustvakt --net host -v [LOCALINDEX]:/kustvakt/index korap/kustvakt
To connect the user frontend Kalamar, run:
$ docker run --rm --name kalamar --net host --env 'KALAMAR_API=http://localhost:8089/api/' korap/kalamar
Content type
Image
Digest
sha256:e73dddec1…
Size
304.5 MB
Last updated
almost 2 years ago
Requires Docker Desktop 4.37.1 or later.