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 Ideally you should be able to put in your Pipe or Integration specification a Camel property, such as `{{my.aws.key}}`. Then, you need to provide a secret containing such variable, eg, `kubectl create secret generic my-secret --from-literal my.aws.key=123456`. Finally you can run your Pipe or Integration mounting the secret via `mount.config=secret:my-secret`. At runtime, the variable will be using the secret value. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org