Kong / Kong/developer.konghq.com
kongctl: use only id ref in KEG examples
Open
@lena-larionova is already working on this.
Since Jun 2, 2026.
internal
product:event-gateway
product:kongctl
- Dominant language
- Ruby
- Stars
- 28
- Forks
- 121
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 313
Description
Jobs to be done (optional)
The Event Gateway API supports both referencing by id and name, but examples are using both. We should prefer one of the options.
Definition of done
Instead of using a mix of name and ref:
virtual_clusters:
- ref: example-name
name: example-name
destination:
name: example-backend-cluster
use ref:
id: !ref example-backend-cluster#id
Information
From Slack convo
Size
S
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.