Andrea Cosentino created CAMEL-21553:
----------------------------------------
Summary: Vault Properties Functions: Make it possible to use them
even in bean instantiation
Key: CAMEL-21553
URL: https://issues.apache.org/jira/browse/CAMEL-21553
Project: Camel
Issue Type: New Feature
Reporter: Andrea Cosentino
Fix For: 4.x
Here is an reproducer through camel-jbang:
https://github.com/apache/camel-karavan/issues/1348#issuecomment-2545828481 in
Karavan
If you run this with camel-jbang and run a local hashicorp vault instance with
{code:java}
docker run --cap-add=IPC_LOCK -e 'VAULT_DEV_ROOT_TOKEN_ID=myroot'
hashicorp/vault
{code}
You'll notice that the secret won't be resolved. The problem could be in the
order we are configuring the vault and load the routes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)