You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/22 06:40:40 UTC

[GitHub] [camel-k-runtime] oscerd opened a new issue #642: Secrets with special characters are not correctly parsed

oscerd opened a new issue #642:
URL: https://github.com/apache/camel-k-runtime/issues/642


   Hello
   
   As example take this: https://github.com/oscerd/kamelet-samples/tree/master/aws-sqs-sink
   
   If the secret key contains character like "/" or "+" the parsing will fail and the authentication will fail.
   
   "[1] 2021-03-22 06:21:38,457 ERROR [io.qua.run.Application] (main) Failed to start application (with profile prod): software.amazon.awssdk.services.sqs.model.SqsException: The security token included in the request is invalid. (Service: Sqs, Status Code: 403, Request ID: xxxxxxxxxxx, Extended Request ID: null)"
   
   This happens with camel-k 1.3.1, k-runtime 1.6.0 and quarkus 1.5.0
   
   Even adding RAW({{secretKey}}) in the aws-sqs-sink.kamelet.yaml gives the same result.
   
   cc @lburgazzoli 
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k-runtime] squakez commented on issue #642: Secrets with special characters are not correctly parsed

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #642:
URL: https://github.com/apache/camel-k-runtime/issues/642#issuecomment-847894606


   I have tried to reproduce this with a basic timer-log kamelet, and I did not manage to reproduce the issue. I can read the secret values when any base64 + or / chars are present. The link you've posted is 404 now. Would you mind to post the way to reproduce the issue? thanks a lot!


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org