Re: GUI functions not available in secure / cluster instance

2020-12-11 Thread Etienne Jouvin
Ok. Thanks a lot. (By the way I keep in mind to document my problem with certificate and so on) Etienne Le ven. 11 déc. 2020 à 16:54, Pierre Villard a écrit : > This is a known problem and, for now, the workaround is to set: > > nifi.security.allow.anonymous.authentication=true > > The prope

Re: GUI functions not available in secure / cluster instance

2020-12-11 Thread Pierre Villard
This is a known problem and, for now, the workaround is to set: nifi.security.allow.anonymous.authentication=true The property name is unfortunately misleading. This does not change anything in terms of security. What it means is that static content of the UI (css, js, png, etc) can be accessed w

GUI functions not available in secure / cluster instance

2020-12-10 Thread Etienne Jouvin
Hello all. Strange behaviour on the GUI. For background, I have 3 nodes in cluster. Authentication based on LDAP. Groups based also on LDAP. In nifi.properties nifi.security.allow.anonymous.authentication=false And with this, when I want to access the advanced setting of UpdateAttribute : [image