Hello, would it make sense to have a sort of "vault service" in camel to store/retrieve secrets with support for common patterns ?
i.e. - we can store an auth tokens and delegate to the vault to be notified about its expiration or to renew it when needed (by registering some functions/callbacks) - we can provide different backends to provide secrets like for kubernetes secrets, hashicorp's vault, etc (with support for notification if the backend supports it) - we can use the vault as properties source if someone prefix a property with vault like {{vault:db.password}} --- Luca Burgazzoli