-
Notifications
You must be signed in to change notification settings - Fork 1
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
refactor based on testcontainers-go module recomendations #17
Conversation
gAmUssA
commented
Aug 10, 2023
- refactoring
- Refactored code to align with testcontainers-go module recomendations
2621f28
to
ec97863
Compare
adding wait condition using oss image
Let me take a deeper look and will post here my comments! Great to see progress in the Kong module. Once done, we can publish it to our website here: https://github.com/testcontainers/community-module-registry/ (example) |
Quick question: why kong image does not come with UPDATE: Kong/docker-kong#667 😄 |
@mdelapenya it looks like https://docs.konghq.com/gateway/latest/plugin-development/pluginserver/plugins-kubernetes/ Let me try |
I'm also working locally in a PR to your branch 🤝 |
using plugin directory based on recommendations in doc https://docs.konghq.com/gateway/latest/plugin-development/pluginserver/plugins-kubernetes/
@mdelapenya 9b75534 uses image (not docker build) |
I get this error:
I've set up the env vars, and copied the files to the places 🤔 |
@mdelapenya update your local branch. I pushed 9b75534 with update |
Reference for wasm plugins: Kong/proxy-wasm-go-rate-limiting#1 |
closed by #18 |