squakez commented on PR #3185:
URL: https://github.com/apache/camel-k/pull/3185#issuecomment-1106593016

   > @squakez could you help me a little here:
   > 
   > From my understanding, in the logic there's a step to encrypt server 
passwords with the command line `mvn --encrypt-password`
   > 
   > How can I implement this step in the code?
   
   So, that step must be performed manually by the user which ends up with this 
file: `${user.home}/.m2/settings-security.xml`. The user must create a secret 
(or configmap) and then reference into the IntegrationPlatform maven 
specification. We don't have to do much there. What we need to do is to use 
that information when we build the project, similarly of what we already do 
when we use customized `settings.xml`. Hope this clarifies.


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

Reply via email to