cyberark / conjur-openapi-spec

OpenAPI v3 specification for Conjur / DAP v10+

Home Page:https://conjur.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README includes instructions for using the spec with the most popular API gateways

izgeri opened this issue · comments

Add a section to the README for "Using the spec with API gateways" and add some sample instructions for using the spec with at least one of Kong, Apigee, or AWS API gateways.

If it helps, here are some benefits of importing your spec into your API gateway (and the internet may have even more ideas):

  • Rate limit connections to Conjur
  • Be a part of enterprise's standardization of all 3rd party APIs in use
  • Devs can use LDAP to authenticate to all APIs they have access to consume via the API gateway (including Conjur)
  • Allows for collecting data / metrics on routes & requests
  • Enables applying access control list (ACL) to routes from all APIs used across the enterprise.
  • Allows for easy mocking and virtualization to reduce load on microservices.