...
This feature can be broken down into the following main parts, in no specific order:
Authorization
...
in CDAP
This would include the The authorization system in CDAP . External will be pluggable, and the backend can be provided by external systems like Apache Sentry/Ranger could be plugged into this system. It provides authorization :
- Authorization Enforcement hooks during various operations within CDAP, that throw
AuthorizationException
if the operation is not authorized. - ACL Management
This system exposes a set of interfaces defined below.
...