Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 853 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 853 Bytes

Management API

Gatekeeper has an elaborate Create Read Update Delete REST-based management API to manage all entities in the system. All entities are defined using JSON, authentication of this API is controled using Users and Roles entities.

For requesting forwarding the following entities need to be configured:

  1. Listeners to configure tcp listening port, virtual hosts and TLS parameters
  2. Routes, to set http paths and corresponding upstream clusters
  3. Clusters to define how to connect to a backend cluster

For authentication of requests:

  1. Developers
  2. Developer apps
  3. Key
  4. APIroduct

Example API calls can be found in examples