Re: Can Nifi authenticate and authorize using 389DS?

2020-01-29 Thread Andrew Grande
It should work, as it is the LDAP implementation, but not sure it was
tested explicitly with this one.

Authorization is local, however, one doesn't put application-specific
policies into LDAP as a best practice. Instead, NiFi manages its policies.

On Wed, Jan 29, 2020, 12:32 PM Dan Stromberg 
wrote:

>
> Hi folks.
>
> The subject pretty much says it.
>
> But here it is again: Can Apache Nifi authenticate and authorize using
> Redhat (IBM) 389 Directory Server?
>
> I know it /should/ work - my question is "does it?"
>
> Alternatively, I'll ask: Is anyone combining these two today?  If so, are
> they "playing nicely together"?
>
> Thanks!
>
>


Can Nifi authenticate and authorize using 389DS?

2020-01-29 Thread Dan Stromberg
Hi folks.

The subject pretty much says it.

But here it is again: Can Apache Nifi authenticate and authorize using
Redhat (IBM) 389 Directory Server?

I know it /should/ work - my question is "does it?"

Alternatively, I'll ask: Is anyone combining these two today?  If so, are
they "playing nicely together"?

Thanks!


Re: CRON issue in NIFI

2020-01-29 Thread KhajaAsmath Mohammed
I have used the below expression to match PST and it didn't run. I am not
sure what is making wrong.
0 10 11 ? * *

Thanks,
Asmath

On Mon, Jan 13, 2020 at 8:20 PM Boris Tyukin  wrote:

> note this is quartz cron syntax which is different from standard cron.
> This is a handy quartz cron calculator
>
> https://www.freeformatter.com/cron-expression-generator-quartz.html
>
> On Mon, Jan 13, 2020 at 7:25 PM Shawn Weeks 
> wrote:
>
>> I usually use one of the cron calculators online as it can be tricky. Try
>> this one as it should run every minute or so.
>>
>> https://crontab.guru/#1-59_*_*_*_*
>>
>> Sent from my iPhone
>>
>> On Jan 13, 2020, at 6:06 PM, KhajaAsmath Mohammed <
>> mdkhajaasm...@gmail.com> wrote:
>>
>> 
>> Hi,
>>
>> I am trying to schedule job in NIFI through CRON and it never triggers.
>> Tried all possible options and it never worked. does the time showing on
>> the UI is the time that is set to? should we use same format?
>>
>> 
>>
>>
>> Thanks,
>> Asmath
>>
>>