Re: Docker nifi doesn't support OpenID Connect ?

2019-07-04 Thread Martijn Dekkers
I’ve done a lot of work around making the Docker image more flexible and accept all config values via a variety of mechanisms (right now the environment variables, zookeeper and etcd are in progress), specifically with a view of NiFi being a better citizen on DCOS and Kubernetes. I’ve started

Re: Docker nifi doesn't support OpenID Connect ?

2019-07-03 Thread Andy LoPresto
I believe the wording on the Docker Hub page simply means the environment variables are not mapped for OpenID Connect configuration through Docker. If you mount a pre-configured NiFi.properties file with OpenID Connect provider configured, I am not aware of any reason that would not work as

Docker nifi doesn't support OpenID Connect ?

2019-07-03 Thread Nicolas Delsaux
Hi, I've read on Docker hub that nifi docker container doesn't support OpenID Connect. But if I mount the nifi.properties file using a volume, is it possible to have openID Connect working ? or is it replaced by the Docker start.sh script (which invoke secure.sh only for LDAP or two-way SSL) ?