Hi all, I've started to play around with camel-k. I found this
https://github.com/abouchama/CamelK-customerAPI The first try as described war running into an error during the deployment in my OpenShift cluster. I removed the "-dependency camel-undertow" and now the API is running. Some questions so far .. 1. Do I need to define dependencies or does the camel-k operator resolve these automatically? 2. How can I see the error details when a deployment fails? 3. The API can be called from everyone. How can I secure the API (authentication/authorization)? I'm aware that camel-k requires a lot of re-think the common camel approach. Thanks for any responses. Best - Gerald
