pkalsi97 opened a new pull request, #6427:
URL: https://github.com/apache/camel-k/pull/6427
Changes JVM trait `caCert` and `caCertPassword` parameters from secret
references (`secret:name/key`) to file paths.
Users can now mount secrets via the mount trait and provide file paths to
the JVM trait:
```bash
kamel run app.java \
-t mount.configs=secret:my-ca \
-t mount.configs=secret:my-password \
-t jvm.ca-cert=/etc/camel/conf.d/_secrets/my-ca/ca.crt \
-t jvm.ca-cert-password=/etc/camel/conf.d/_secrets/my-password/password
```
Closes #6425
Original Issue #2820
Follows up to #6416
--
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]