RE: Access denied for kerberos users

2016-09-26 Thread Peter Wicks (pwicks)
Nicolas, If Bryan’s suggestion doesn’t work (and he’s probably correct), you may not have named your user correctly in NiFi. Go try to authenticate again, then go to {nifi install directory}/logs and look at the end of nif-user.log. You should see more details about your authentication reques

Re: Access denied for kerberos users

2016-09-26 Thread Bryan Bende
Hello, Since you are getting to "insufficient permissions" page this means that NiFi successfully authenticated your user against the KDC, but then the authorizer in NiFi said the user didn't have permissions for something. What policies did you grant to the kerberos user in NiFi? At a minimum t

Access denied for kerberos users

2016-09-26 Thread Provenzano Nicolas
Hi all, I configured an 1.0.0 NIFI instance to use Kerberos services for authentication. I can connect to the UI using the certificate corresponding to the user declared in the Initial Admin Identity. However, when I try to connect using a user declared in the Kerberos server : 1. Based

Re: read in values from nifi.properties in a Groovy ExecuteScript processor

2016-09-26 Thread Tom Gullo
Andy, That worked thank you. For any one else following I called the get method and then used the standard and protected classes with the nifiproperries loader. On Sep 24, 2016 2:26 AM, "Andy LoPresto" wrote: > Tom, > > If you are only concerned with the values in the currently-running NiFi > i