jabhishek01 commented on issue #1348:
URL: https://github.com/apache/camel-karavan/issues/1348#issuecomment-2545732449
@oscerd Can you please suggest stable version for vault ? Because I am
unable to use vault property in datasource. It gives error for vault
properties. Also is there any way to use camel-jasypt for datasource bean
password property.
-beans
name: LocalPostgres
type: com.zaxxer.hikari.HikariDataSource
properties:
driverClassName: org.postgresql.Driver
jdbcUrl: >-
jdbc:postgresql://dburl:dbport/database
username: dbuser
password: "{{hashicorp:secret:db/password}}"
--
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]