Kubernetess Secrets retrieving #1317
Answered
by
davsclaus
Nicknameee
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
davsclaus
Jun 14, 2024
Replies: 1 comment 1 reply
-
In karavan use the out of the box support with If you need to inject into Java code, you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davsclaus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In karavan use the out of the box support with
{{secret:xxx}}
style.If you need to inject into Java code, you can use
CamelContext / Exchange
API or dependency injection with@PropertyInject
etc. which is more advanced and what you would do with Spring Boot Java coding etc.