Skip to content

Instantly share code, notes, and snippets.

@sedkis
Last active March 10, 2020 18:36
Show Gist options
  • Save sedkis/659d70cdb48d5915b1e94e6db559fdce to your computer and use it in GitHub Desktop.
Save sedkis/659d70cdb48d5915b1e94e6db559fdce to your computer and use it in GitHub Desktop.
auth_token_api.json
{
"name": "Tyk Test API",
"api_id": "1",
"org_id": "default",
"definition": {
"location": "header",
"key": "version"
},
"auth": {
"auth_header_name": "authorization"
},
"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": "/auth-api/",
"target_url": "http://UPSTREAM_INTERNAL_IP:PORT",
"strip_listen_path": true
},
"enable_batch_request_support": true,
"cache_options": {
"enable_cache": false,
"cache_all_safe_requests": false
},
"disable_quota": true,
"disable_rate_limit": true,
"dont_set_quota_on_create": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment