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 working on a 
KUDO operator. I can either submit a PR if this is of interest, or I can see 
about putting this somewhere public. Let me know. 

On Wed, 3 Jul 2019, at 22:26, Andy LoPresto wrote:
> 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 expected. 
> 
> Andy LoPresto
> alopre...@apache.org
> *alopresto.apa...@gmail.com*
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69
> 
>> On Jul 3, 2019, at 8:09 AM, Nicolas Delsaux  wrote:
>> 
>> 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) ?


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 expected. 

Andy LoPresto
alopre...@apache.org
alopresto.apa...@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

> On Jul 3, 2019, at 8:09 AM, Nicolas Delsaux  wrote:
> 
> 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) ?
> 



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) ?