github.com/Tyktechnologies/tyk@v2.9.5+incompatible/apps/coprocess_app_sample_protected.json (about) 1 { 2 "name": "Tyk Test API (Coprocess auth)", 3 "api_id": "4", 4 "org_id": "default", 5 "definition": { 6 "location": "header", 7 "key": "version" 8 }, 9 "auth": { 10 "auth_header_name": "authorization" 11 }, 12 "version_data": { 13 "not_versioned": true, 14 "versions": { 15 "Default": { 16 "name": "Default", 17 "expires": "3000-01-02 15:04", 18 "use_extended_paths": true, 19 "extended_paths": { 20 "ignored": [], 21 "white_list": [], 22 "black_list": [] 23 } 24 } 25 } 26 }, 27 "proxy": { 28 "listen_path": "/coprocess-auth-tyk-api-test/", 29 "target_url": "http://httpbin.org", 30 "strip_listen_path": true 31 }, 32 "use_keyless": false, 33 "enable_coprocess_auth": true, 34 "custom_middleware": { 35 "auth_check": { 36 "name": "MyAuthCheck" 37 }, 38 "driver": "python" 39 }, 40 "enable_batch_request_support": true 41 }