You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
We have plugin support used in various places, some of these are documented to a greater or lesser extent (e.g SSO mapping providers), but we should have a generic doc they can all point to explaining:
How to write a plugin, e.g the function signatures of __init__ and parse_config, (see docs)
How to deploy these plugins in practice (i.e. make them a python package and install them in the venv?)
davidmehren, maxkratz, jaywink, gregblake and jrlmontejo