Conversation
|
NOTE: requires OasisLMF/OasisPlatform#1342 and OasisLMF/OasisLMF#1879 fixes to work with authentik. You might get some client not set, network errors or 4xx errors if not using these. |
Migration GuideRefactors the Docker Compose setup and adds built-in OIDC support via Keycloak and Authentik. To learn how to run, see README.md. What ChangedTLDR. The docker compose files more closely match the kubernetes version from OasisPlatform now. Renamed Compose Files
Old files remain in the repo but are no longer used by I've not touched the NOTE: New Files Added
Infrastructure Additions
Base Image Changes
Database Engine String ChangesSQLAlchemy / psycopg version updates require updated engine strings in
The
|
…pts, updates streamlit to support oidc auth, updates readmes
Adds OIDC login to python UI
Updates docker compose files to add oidc containers.
closes #47