Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2025-01-29 Thread via GitHub
squakez closed issue #5963: pipe and integration creation based on YAML file fails , URL: https://github.com/apache/camel-k/issues/5963 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-04 Thread via GitHub
squakez commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2516528007 Please, you need to carefully read and understand the solutions we have already proposed. This problem was previously discussed in this thread [1]. The configuration of annotations i

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-03 Thread via GitHub
pguptajsq commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2516142634 getting kubectl apply -f pipe1.yaml Error from server (BadRequest): error when creating "pipe1.yaml": Pipe in version "v1" cannot be handled as a Pipe: strict decoding error: unk

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-03 Thread via GitHub
squakez commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2515122266 @pguptajsq I think you can take as a reference this chat thread: https://camel.zulipchat.com/#narrow/channel/257299-camel-k/topic/Hashicorp.20Token.20in.20modeline/near/480962291

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-03 Thread via GitHub
oscerd commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2514491126 That component, with that authentication mechanism,have been around for many years, so I can only suppose it is something on your side. We cannot help more than this. -- This is an

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-03 Thread via GitHub
pguptajsq commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2514457651 Still same issue Caused by: software.amazon.awssdk.services.sqs.model.SqsException: Invalid key=value pair (missing equal-sign) in Authorization header (hashed with SHA-256 and enc

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-03 Thread via GitHub
oscerd commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2514372398 This ({{ env:AWS_ACCESS_KEY_ID }}) Should be RAW({{ env:AWS_ACCESS_KEY_ID }}) Same for the secret key. I wrote it above -- This is an automated message from the

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-03 Thread via GitHub
pguptajsq commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2513928561 `apiVersion: camel.apache.org/v1 kind: Pipe metadata: name: test-backend-sqs-to-ibmmq-pavan namespace: camel-k labels: helm.sh/chart: universal-chart_v2.4

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-03 Thread via GitHub
oscerd commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2513837273 Can you post the pipe now? It seems you syntax is wrong -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-03 Thread via GitHub
pguptajsq commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2513811382 Now getting aused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: aws2-sqs://queue-jaeaccessKey=xx)&amazonAWSHost=amazonaws.com&autoCreateQueue

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-03 Thread via GitHub
pguptajsq commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2513781688 Okay , apiVersion: camel.apache.org/v1 kind: Pipe metadata: name: sqs-to-ibmmq namespace: camel-k labels: annotations: trait.camel.apache.org/

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-02 Thread via GitHub
oscerd commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2513795937 Surround the secret key parameter with RAW(). Do you have special char in the key like + or /? Then use RAW({{env...}}) -- This is an automated message from the Apache

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-02 Thread via GitHub
oscerd commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2513771089 Use a secret, you cannot refer a service account. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-02 Thread via GitHub
pguptajsq commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2513755516 "I followed the documentation, but it's not picking up the secrets and is giving the error: Caused by: j: java.lang.IllegalArgumentException: useDefaultCredentialsProvider is set t

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-12-02 Thread via GitHub
squakez commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2513697701 Hello, there should be enough documentation about this matter as shared in the previous comments. This is how to configure on an Integration: https://camel.apache.org/camel-k/2.5.x/c

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-11-28 Thread via GitHub
squakez commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2507215611 Hello. All the information is provided in the links in the documentation posted in previous comments, please, go through it. 1. You must specify traits via annotation 2. Onc

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-11-28 Thread via GitHub
pguptajsq commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2507116487 Hi Team , could you please help me to leverage k8s secrets in pipe.yaml . here i am trying but its not working. how pipe.yaml will read secrets from k8s . could you please give

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-11-28 Thread via GitHub
squakez commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2506528249 Yes, the [trait configuration in Pipes](https://camel.apache.org/camel-k/2.5.x/pipes/pipes.html#_traits_configuration) is different. -- This is an automated message from the Apach

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-11-26 Thread via GitHub
pguptajsq commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2503116974 Okay. thank you . now i am getting error on integration , these integration automatically created when apply pipe yaml . is there way we can pass traits to integration fro

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-11-26 Thread via GitHub
squakez commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2503059388 The usage of ServiceAccount has nothing to do with the Kamelet or component configuration. You still need to provide secret, likely in the form of [Camel properties which are backed

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-11-26 Thread via GitHub
pguptajsq commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2502901531 this is sample of pipe yaml . i am passing service account in pipe but still getting beloow error Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-11-26 Thread via GitHub
pguptajsq commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2502756025 how we can pass ServiceAccount to pipe yaml instead of aws accesskey and secretkey to access aws sqs ? -- This is an automated message from the Apache Git Service. To respond to

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-11-26 Thread via GitHub
squakez commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2501550212 You may also want to check the [Camel K troubleshooting guide](https://camel.apache.org/camel-k/next/troubleshooting/troubleshooting.html). -- This is an automated message from the

Re: [I] pipe and integration creation based on YAML file fails , [camel-k]

2024-11-26 Thread via GitHub
squakez commented on issue #5963: URL: https://github.com/apache/camel-k/issues/5963#issuecomment-2501548685 Hello. It seems the installation did not proceed correctly. I suggest you to clean the previous installation and proceed from scratch following the [official Camel K installation gu

[I] pipe and integration creation based on YAML file fails , [camel-k]

2024-11-26 Thread via GitHub
pguptajsq opened a new issue, #5963: URL: https://github.com/apache/camel-k/issues/5963 ### What happened? i have this yaml and applied , it created pipe and integration but it showing error ``` kubectl logs pipe/test error: no kind "Pipe" is registered for version "cam