Federico Mariani created CAMEL-20786:
----------------------------------------
Summary: Resolve Camel Property Placeholders in properties
file/system
Key: CAMEL-20786
URL: https://issues.apache.org/jira/browse/CAMEL-20786
Project: Camel
Issue Type: New Feature
Reporter: Federico Mariani
It would be nice to resolve Camel Property placeholders, for example, Azure
Vault, in application.properties files, system properties, and so on. I think
that plain Camel, Camel Spring Boot and Camel Quarkus may benefit from it, for
example, I'd be able to do the following, given the application.properties file:
{code:java}
mypassword={{azure:pass}}
{code}
at runtime, the actual password is used and resolved using the
camel-azure-key-vault component
--
This message was sent by Atlassian Jira
(v8.20.10#820010)