Skip to content

Instantly share code, notes, and snippets.

@toopay
Last active June 27, 2018 11:49
Show Gist options
  • Save toopay/84b64e5d3897b1cb8af30a10dcc10837 to your computer and use it in GitHub Desktop.
Save toopay/84b64e5d3897b1cb8af30a10dcc10837 to your computer and use it in GitHub Desktop.
Connect API Kongfig
# Mandatory Consumer
consumers:
- acls: []
credentials: []
custom_id: "0"
username: anonymous
apis:
# Main Endpoint
- attributes:
methods:
- OPTIONS
- GET
- POST
- PUT
- PATCH
- DELETE
upstream_url: http://$upstream_host/api
uris:
- /connect-api
name: connect-api
plugins:
- name: key-auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment