Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _format_version: "1.1"
- services:
- - connect_timeout: 60000
- host: mockbin.org
- name: orders
- port: 80
- protocol: http
- read_timeout: 60000
- retries: 5
- write_timeout: 60000
- routes:
- - name: foo
- paths:
- - /
- preserve_host: false
- protocols:
- - http
- - https
- regex_priority: 0
- strip_path: false
- https_redirect_status_code: 426
- plugins:
- - name: key-auth
- config:
- anonymous: null
- hide_credentials: false
- key_in_body: false
- key_names:
- - apikey
- run_on_preflight: true
- enabled: true
- run_on: first
- protocols:
- - grpc
- - grpcs
- - http
- - https
- consumers:
- - username: harry
- plugins:
- - name: ip-restriction
- config:
- blacklist: null
- whitelist:
- - 172.17.0.1/16
- - 10.1.193.64/32
- enabled: true
- run_on: first
- protocols:
- - grpc
- - grpcs
- - http
- - https
- keyauth_credentials:
- - key: foo
- - username: harry2
- keyauth_credentials:
- - key: bar
Advertisement
RAW Paste Data
Copied
Advertisement