Re: How to extend the authorization engine in order to use an external service

2019-01-17 Thread Matteo Alessandroni
*Wednesday, January 16, 2019 at 12:21 AM *To: * *Subject: *Re: How to extend the authorization engine in order to use an external service Hi, just to clarify my question: the plugin I would like to build should make the call to the external service and then use the obtained data as a preli

Re: How to extend the authorization engine in order to use an external service

2019-01-16 Thread Matteo Alessandroni
bstracted, so you will have to walk through all the code path and put enough debug statements to understand it. Bosco *From: *Matteo Alessandroni *Reply-To: * *Date: *Wednesday, January 16, 2019 at 12:21 AM *To: * *Subject: *Re: How to extend the authorization engine in order to use an externa

Re: How to extend the authorization engine in order to use an external service

2019-01-16 Thread Don Bosco Durai
understand it. Bosco From: Matteo Alessandroni Reply-To: Date: Wednesday, January 16, 2019 at 12:21 AM To: Subject: Re: How to extend the authorization engine in order to use an external service Hi, just to clarify my question: the plugin I would like to build should make the call

Re: How to extend the authorization engine in order to use an external service

2019-01-16 Thread Matteo Alessandroni
ing? Best Regards, Matteo  Bosco *From: *Matteo Alessandroni *Reply-To: * *Date: *Tuesday, January 15, 2019 at 3:07 AM *To: * *Subject: *How to extend the authorization engine in order to use an external service I would like to extend the authorization mechanism of Apache Ranger in order

Re: How to extend the authorization engine in order to use an external service

2019-01-15 Thread Matteo Alessandroni
e: *Tuesday, January 15, 2019 at 3:07 AM *To: * *Subject: *How to extend the authorization engine in order to use an external service I would like to extend the authorization mechanism of Apache Ranger in order to make authorization based on the response of an external REST service. So, when

Re: How to extend the authorization engine in order to use an external service

2019-01-15 Thread Don Bosco Durai
-To: Date: Tuesday, January 15, 2019 at 3:07 AM To: Subject: How to extend the authorization engine in order to use an external service I would like to extend the authorization mechanism of Apache Ranger in order to make authorization based on the response of an external REST service. So

How to extend the authorization engine in order to use an external service

2019-01-15 Thread Matteo Alessandroni
I would like to extend the authorization mechanism of Apache Ranger in order to make authorization based on the response of an external REST service. So, when the Ranger policy engine is called I would like to intercept the request, call an external REST service to obtain some authorization dat