-
Notifications
You must be signed in to change notification settings - Fork 352
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
Component resolvable variables regression #4916
Comments
@christophd do you mind having an eye on this? The problem would be reproducible by running |
yep, having a look already |
I had a look this morning and I got to this conclusions: #3896 (comment) if that can help |
christophd
added a commit
to christophd/camel-k
that referenced
this issue
Nov 15, 2023
- Support URL query parameters when resolving components by given scheme - Do not resolve URLs that use parameter placeholder as a scheme - Properly extract scheme from URL that has query parameters
christophd
added a commit
to christophd/camel-k
that referenced
this issue
Nov 15, 2023
- Support URL query parameters when resolving components by given scheme - Do not resolve URLs that use parameter placeholder as a scheme - Properly extract scheme from URL that has query parameters
christophd
added a commit
that referenced
this issue
Nov 16, 2023
- Support URL query parameters when resolving components by given scheme - Do not resolve URLs that use parameter placeholder as a scheme - Properly extract scheme from URL that has query parameters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is still something not quite working out. I run into the following errors for the http-secured-source with camel-k version s 1.12.10, 2.0.1 and 2.1.0. Below you will find the log for Camel K Client 2.1.0 & Camel K Operator 2.1.0, but it looked pretty much the same for all three versions
if we look at the url-decoded uri string, it seems to fit:
The Kamelet-Bindings or in this version the Pipe is rather simple:
One of my assumptions was that this was a problem with eager loading and the sslip.io address, which turned out to be wrong: The address resolves within the cluster and I did change it to the according IP.
Now one thing I noticed is that in the error string, the
{{
and}}
are url encoded for the query string, but not for the url:I'd assume that the problem is somewhere located about this... incsonsistency, because sure enough,
IsResolvable
fails:https://go.dev/play/p/C5kPnCliqmw
Some additional version information (redacted for brevity):
Catalog
Knative
Kubernetes
Originally posted by @mwmahlberg in #3896 (comment)
The text was updated successfully, but these errors were encountered: