Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use the Security Microservices to manage privileges (authorization) of users on CDAP entities as well as manage secure storage.

The HTTP RESTful API Security Microservices is divided into:

  • Authorization

  • Secure Storage

All methods or endpoints described in this API have a base URL (typically http://<host>:11015 or https://<host>:10443) that precedes the resource identifier, as described in the RESTful API Microservices Conventions. These methods return a status code, as listed in the RESTful API the Microservices Status Codes.

Authorization

Use the CDAP Authorization HTTP RESTful API Microservices to grant, revoke, and list privileges on CDAP entities. Details about authorization in CDAP can be found at Authorization.

...

Secure Storage

Use the Secure Storage HTTP RESTful API Microservices to create, retrieve, and delete secure keys.

...