Skip to content

Instantly share code, notes, and snippets.

@hbagdi
Created April 28, 2020 16:49
Show Gist options
  • Save hbagdi/fb48be335d608ab38cf635400a328a24 to your computer and use it in GitHub Desktop.
Save hbagdi/fb48be335d608ab38cf635400a328a24 to your computer and use it in GitHub Desktop.
{
"name": "rate-limiting",
"config": {
"day": null,
"fault_tolerant": true,
"hide_client_headers": false,
"hour": null,
"limit_by": "consumer",
"minute": 10,
"month": null,
"policy": "redis",
"redis_database": 0,
"redis_host": "redis.common.svc",
"redis_password": null,
"redis_port": 6379,
"redis_timeout": 2000,
"second": null,
"year": null
},
"enabled": true,
"protocols": [
"http",
"https"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment