Description
Authorization Service API defines the service API for fined-grained authorization. The pluggable framework allows different implementation of such a service and be plugged to work. In Hadoop aspects, the authorization service needs to provide a unified presentation of resource URI which identifies the different resources. And it provides the API for loading and synchronizing authorization policies from the authorization server, and provides the API for calling to enforce the policies. The scope of this task is highlighted as following:
- Unified presentation of the resource identification.
- API for loading and synchronizing authorization policies.
- API for enforcement of the policies.
Attachments
Issue Links
- Is contained by
-
HADOOP-9796 Pluggable TokenAuth framework and core facilities
- Open