-
Notifications
You must be signed in to change notification settings - Fork 28
Feat(gateway): Solace Consume plugin #2768
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
base: release/gateway-3.12
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
19f37ca
to
ad32de8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just had a few suggestions, so I'll approve this now! I tested all the examples and they all worked (with fake values, not real Solace values)
3398c35
to
34e4424
Compare
By default, SSL certification validation is disabled. In a production environment, we recommend enabing SSL validation. | ||
|
||
In your Solace configuration, set up the following: | ||
* `SESSION_SSL_TRUST_STORE_DIR`: Path to the trust store directory. For example, `/usr/local/share/lua/5.1/kong/plugins/solace/cert`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a note, this didn't fit into 3.12, but I am trying to automate this with:
https://github.com/Kong/kong-ee/pull/14004
But for now you need to setup them, most likely in plugin config itself, e.g. in:
config.session.properties
map.
Description
Fixes #2622
Solace Consume plugin doc
Still need to test everything to make sure it works in this implementation.
Notes on includes:
Preview Links
https://deploy-preview-2768--kongdeveloper.netlify.app/plugins/solace-consume/unreleased/
https://deploy-preview-2768--kongdeveloper.netlify.app/plugins/solace-consume/examples/auto/unreleased
https://deploy-preview-2768--kongdeveloper.netlify.app/event-gateway/#protocol-mediation-plugins
Note that the event gateway index doesn't show this plugin because it's unreleased.
Changes from includes:
https://deploy-preview-2768--kongdeveloper.netlify.app/plugins/kafka-consume/
https://deploy-preview-2768--kongdeveloper.netlify.app/plugins/confluent-consume/
Checklist
description
entry in frontmatter.