- Magpie (the smart-bird)
- a very smart bird who knows everything about you.
Magpie is service for AuthN/AuthZ accessible via a RestAPI implemented with the Pyramid web framework. It allows you to manage User/Group/Resource/Permission with a postgres database. Behind the scene, it uses Ziggurat-Foundations and Authomatic.
dependencies | |
---|---|
build status | |
docker status | |
releases |
The documentation is auto-generated and served under {HOSTNAME}/api/
using Swagger-UI with tag latest
.
At the command line:
conda create -n magpie source activate magpie make install
At the command line:
pip install magpie
Following most recent variants are available:
Magpie | Twitcher (with integrated MagpieAdapter ) |
---|---|
pavics/magpie:1.6.0 | pavics/twitcher:magpie-1.6.0 |
pavics/magpie:latest | pavics/twitcher:magpie-latest |
Notes:
- Older tags the are also available: Magpie Docker Images
- Twitcher image with integrated
MagpieAdapter
are only available for Magpie>=1.0.0