-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to inject data from externally crafted secrets #1261
Comments
We now support only properties but it won't be to complex to load any kind of property however some additional properties may still be required, like to set those properties to a component:
Mind opening an issue on camel-k-runtime ? |
Yeah, we can still load automatically
Thinking big (for the far future), we can also provide an addon module where we add auto-configuration for connecting to known systems.. this require some effort to be maintained, but a user would be able to do:
... and have all |
We can use properties functions like
so your example will become:
I did it in the past for Karaf and blueprints, need to resurrect that code :) |
Let's say a broker is installed inside the same namespace as my integration. The broker is secured and provides a secret with authentication data: username and password.
Can I inject those two fields in my integration?
Afaik, currently we can inject only secrets containing a "xxx.properties" file.
Is this the case?
@jamesnetherton , @lburgazzoli , @astefanutti
The text was updated successfully, but these errors were encountered: