OpenSlides/server/requirements
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
..
big_mode.txt Repository restructure 2020-08-21 08:11:13 +02:00
development.txt Repository restructure 2020-08-21 08:11:13 +02:00
production.txt Repository restructure 2020-08-21 08:11:13 +02:00
saml.txt Docker: Add SAML configuration 2020-08-21 08:11:16 +02:00