Metadata-Version: 2.1
Name: devpi-keycloak
Version: 0.0.3
Summary: Devpi plugin to auth via Keycloak SSO service
Home-page: http://github.com/turbokadi/devpi-keycloak
Author: MoJoh
Author-email: cryptoweirdo@protonmail.com
License: MIT
Keywords: devpi keycloak auth module
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
License-File: LICENSE.txt

devpi-keycloak: keycloak auth plugin for devpi-server
=====================================================

Installation
------------

``devpi-keycloak`` needs to be installed alongside ``devpi-server``.

You can install it with::

    pip install devpi-keycloak

For ``devpi-server`` there is no configuration needed, as it will automatically discover the plugin through calling hooks using the setuptools entry points mechanism.

Configuration
-------------

You need to pass environment variables to configure the plugin.

- ``KEYCLOAK_HOOK`` to adjust the keycloak URL used.
- ``KEYCLOAK_REALM`` to adjust the keycloak realm used.
