gkostin1966 / lauth

Library Authorization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lauth - Library Authorization

lauth is an umbrella/monorepo for Library Authorization projects. This is implementation of a new/ported authorization system to migrate/replace the legacy system running for many years. The new design is API-oriented rather than database-oriented.

The modules are:

  • apache/ - Apache module for compatibility
  • api/ - REST API for authentication/authorization
  • cli/ - Command-line client for data management
  • test/ - End-to-end acceptance tests

These modules may be broken out to individual repositories at some time, but they are colocated for convenience and shared evolution for now.

Building and Running

Everything is set up to work with Docker Compose through the top-level docker-compose.yml file. There are health checks and dependencies declared, so using up or run should launch anything that a "service" needs.

Starting Everything

You can bring up all of the services and ensure that all images are up to date with two commands:

docker compose up dbsetup
docker compose up --build

You can run the build separately or apply the usual options to up, for example, to run in the background (with up -d or up --detach).

Running System Tests

docker compose run --rm test

Resetting Everything

TODO: These need to be cleaned up/scripted

docker compose down --remove-orphans
docker rm -sfv
docker volume rm lauth_mariadb_data

About

Library Authorization

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 50.1%Language:Shell 15.7%Language:C++ 15.1%Language:Dockerfile 4.7%Language:HTML 3.7%Language:C 3.3%Language:Scala 2.3%Language:Meson 2.2%Language:Makefile 1.8%Language:Perl 0.7%Language:JavaScript 0.4%Language:CSS 0.1%