OpenSlides/server
Gernot Schulz 9a2d3a3760
Docker: Add SAML configuration
To configure SAML, ENABLE_SAML must be set to True in .env.
Additionally, the following files must be provided in ./secrets/saml/:

  - sp.crt
  - sp.key
  - saml_settings.json

The files will be added as Docker secrets.

Even though saml_settings.json does not contain secret information
per se it is nonetheless added as a secret for simplicity.  Technically,
the file is equally suited to be configured as a "Docker config".

Please note:

  - This patch has not been tested yet.
  - python3-saml's version should probably be pinned.
2020-08-21 08:11:16 +02:00
..
docker Docker: Add SAML configuration 2020-08-21 08:11:16 +02:00
make Repository restructure 2020-08-21 08:11:13 +02:00
openslides Repository restructure 2020-08-21 08:11:13 +02:00
requirements Docker: Add SAML configuration 2020-08-21 08:11:16 +02:00
tests Repository restructure 2020-08-21 08:11:13 +02:00
.dockerignore Repository restructure 2020-08-21 08:11:13 +02:00
build.sh build.sh: Make build script more useful 2020-08-21 08:11:15 +02:00
manage.py Repository restructure 2020-08-21 08:11:13 +02:00
MANIFEST.in Repository restructure 2020-08-21 08:11:13 +02:00
requirements.txt Repository restructure 2020-08-21 08:11:13 +02:00
SETTINGS.rst Repository restructure 2020-08-21 08:11:13 +02:00
setup.cfg Repository restructure 2020-08-21 08:11:13 +02:00