okfn / docker-ckan

Docker images and Docker Compose setup for CKAN [Not Maintained]
GNU Affero General Public License v3.0
81 stars 88 forks source link

How to add values to ckan.ini for plugin configuration #81

Open Walorda opened 3 years ago

Walorda commented 3 years ago

I am trying to install the SAMl2auth plugin and have to set up some configuration settings but after trying to add variables to .env and changing the ckan docker.dev file nothing happens. i already tried adding a folder docker-entrypoint.d->setup_validation.sh but also in ckan.ini the variable is not shown.

i cannot seem to add ckanextsaml2authuser_email = email in the ckan.ini for the SAML2auth plugin it will give me an error the variable is not set.