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 endpoint:
aws2-sqs://ququ?accessKey=xxxxxx&amazonAWSHost=amazonaws.com&autoCreateQueue=false&delay=500&deleteAfterRead=true&greedy=false&overrideEndpoint=false&protocol=https®ion=us-west-2&secretKey=xxxxxx&useDefaultCredentialsProvider=false
due to: useDefaultCredentialsProvider is set to false,
useProfileCredentialsProvider is set to false, useSessionCredentials is set to
false, AmazonSQSClient or accessKey and secretKey must be specified
`apiVersion: camel.apache.org/v1
kind: Pipe
metadata:
spec:
serviceAccountName: camel-k-routes
sink:
properties:
channel:pavan.TO.BSSB.UAT.CHAN
destinationName: pavanUAT.BSSB.MT.INPUT
password: '{{pavan-backend/mq-app-password}}'
queueManager:paban.UAT.BSSB
serverName: ip
serverPort: "1414"
username: app
ref:
apiVersion: camel.apache.org/v1
kind: Kamelet
name: jms-ibm-mq-sink
source:
properties:
queueNameOrArn: queuearn
region: us-west-2
ref:
apiVersion: camel.apache.org/v1
kind: Kamelet
name: aws-sqs-source`
--
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 comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]