Kong / Kong/developer.konghq.com

Kong Get Started Guide: Validations for proxy caching and load balancing

Open
#334 0 comments 0 reactions 1 assignee Claimed by @fabianrbz View on GitHub
bug-bash internal post-GA QA task
Dominant language
Ruby
Stars
28
Forks
121
Avg merge
1d 4h
Merged PRs (30d)
313

Description

The current validations for proxy caching and load balancing on the Kong Get Started guide use the old format.

- Update the validation examples so they use `{% validation request-check %}`.
- Preferrably update the load balancing validation so the user doesn't have to run it multiple times. I'd prefer to see something that runs it multiple times for them. Ex. ChatGPT helped me put this together, but I think it needs tweaking:
```
for i in {1..4}; do curl -s http://localhost:8000/load-balance/headers \
-H 'apikey:top-secret-key' | grep -i -A1 '"host"'
sleep 2
done
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.