Config REST Web Service
The Config REST Web Service is the official DirX Access interface that provides the management capabilities for the configuration and policy objects.
Description
The Config RESTful Web Service is described by the OpenAPI 3.0 document which can be found at
{config_rest_web_application_location}/openapi.json
or
{config_rest_web_application_location}/openapi.yaml.
Public OpenAPI tools are able to autogenerate documentation and clients for given document. The readers are recommended to use such tools (e.g., Swagger , or OpenAPI.Tools - an Open Source list of great tools for OpenAPI), mainly, for the generation of documentation file in a user-friendly format.
Deployment
The Config REST Web Service functionality is provided based on the Config REST web application. The application has to have its configuration and be deployed on the DirX Access Server. Multiple Config REST applications can coexist on DirX Access Server, therefore configuration includes PortAssignment and context path.
The {config_rest_web_application_location} of the Config REST web application is constructed from the hostname of the DirX Access Server or Cluster, the port of the assigned PortAssignment configuration object and the web application context path.
The deployment can be done via Direct Application of System Actions and Configuration or SysActions REST Web Service.
Authorization
Considering the capabilities of the Config REST Web Service, the interface should be protected and at least as secure as DirX Access Manager. The DirX Access Manager requires the interface to be deployed and running.
Each request can be processed according to the DirX Access internal authorization which means the granularity of decisioning can be performed at the attribute level. The internal authorization has to enabled on the PEP that handles the authentication. For more information please see one of:
Size limitations when reading configuration objects
When listing a type of configuration object, for types that have large number of nodes in LDAP a search size limit can be encountered. This is described in: LDAP - Large search results limitations.