Skip to content

Instantly share code, notes, and snippets.

@asoorm
Created March 4, 2018 12:00
Show Gist options
  • Save asoorm/d3adc8b885f8f67a702e2f3789af963d to your computer and use it in GitHub Desktop.
Save asoorm/d3adc8b885f8f67a702e2f3789af963d to your computer and use it in GitHub Desktop.
Example Keyless Tyk Gateway API Definition
{
"name": "Keyless HttpBin",
"api_id": "1",
"org_id": "default",
"use_keyless": true,
"auth": {
"auth_header_name": ""
},
"version_data": {
"not_versioned": true,
"versions": {
"Default": {
"name": "Default",
"expires": "3000-01-02 15:04",
"use_extended_paths": true,
"extended_paths": {
"ignored": [],
"white_list": [],
"black_list": []
}
}
}
},
"proxy": {
"listen_path": "/httpbin/",
"target_url": "http://httpbin.org",
"strip_listen_path": true
},
"enable_batch_request_support": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment