Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kong Get Started Guide: Fix validations for proxy caching and load balancing #334

Open
cloudjumpercat opened this issue Jan 24, 2025 · 0 comments

Comments

@cloudjumpercat
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant