OpenSlides/docker
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
..
secrets Docker: Add a Docker secret for the Django key 2020-08-21 08:11:14 +02:00
.env Docker: Add backend variables to .env and templates 2020-08-21 08:11:15 +02:00
build.sh build.sh: More convenient way to push images 2020-08-21 08:11:15 +02:00
docker-compose.yml.m4 Docker: Add SAML configuration 2020-08-21 08:11:16 +02:00
docker-stack.yml.m4 Docker: Add SAML configuration 2020-08-21 08:11:16 +02:00