-
|
Is it possible to configure Quarkus Infinispan Client credentials programmatically at runtime? I’m looking for functionality similar to the datasource credentials provider: credentials-provider. Specifically, I want to configure the properties |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
/cc @karesti (infinispan), @radcortez (config), @wburns (infinispan) |
Beta Was this translation helpful? Give feedback.
-
|
An alternative to the Credential Provider is to use a Secret Handler: |
Beta Was this translation helpful? Give feedback.
@ppetrovt A this moment, the Infinispan Client extension does not provide additional methods to override or inject configuration at runtime, beyond what is supported by Quarkus configuration. However, I'm more than happy to support any feature related to this issue for this use case. Could you please open an issue and explain your use case ?