-
Notifications
You must be signed in to change notification settings - Fork 80
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
Http/Https Kamelet: Expose cookieManagementDisabled parameter #2042
Comments
This will need to create a component instance to expose the parameter. Unless there is a good reason for this, this could be parked for the moment. Creating component instances for a single parameter override, is overkilling. |
We can suspend to expose cookieManagementDisabled parameter. I sincerely hope that can support below function. Currently if CamelHttpsSinkConnector does not expose these parameters, that we cannot support this use case. Thanks a lot. |
What we could do is exposing the useSystemProperties parameters for example https://camel.apache.org/components/4.4.x/http-component.html#_using_system_properties |
If adopt useSystemProperties parameters to setup CamelHttpsSinkConnector, in one JVM only can run one Connector for specific Keystore, that will waste so much resource. Although building sslContextParameters object with YAML could be a bit complex, from the user's point of view is still very necessary. Hope you can make plan for implementing it. |
It won't be in the next release 4.8.0 for sure. I'll see what is needed, you can also have a look yourself at creating a specific kamelet for this and open a PR. |
@oscerd I have no backgroud for creating a specific kamelet. |
No description provided.
The text was updated successfully, but these errors were encountered: