add consul plugin in Kong Api gateway
- Dominant language
- Shell
- Stars
- 1.5k
- Forks
- 849
- PR merge metrics
- No merged PRs in 30d
Description
curl -X POST http://localhost:8001/plugins/ --data "name=consul" --data "config.host=localhost" --data "config.port=8500" --data "config.connect_timeout=1000" --data "config.cache_ttl=60"
{"fields":{"name":"plugin 'consul' not enabled; add it to the 'plugins' configuration property"},"code":2,"name":"schema violation","message":"schema violation (name: plugin 'consul' not enabled; add it to the 'plugins' configuration property)"
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the POST request to the Kong Admin API at /plugins/ with the consul settings shown. Trace how the Docker distribution configures enabled plugins; done means the consul plugin is accepted instead of returning the reported schema violation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100