extends server variables substitutions with mpConfig #30645
Labels
Feature Request: External
A feature request opened by an external contributor. Should not be used by Open Liberty developers.
Needs member attention
Describe the use case that you want to enable:
Server variables substitution takes several sources as listed here :
https://openliberty.io/docs/latest/reference/config/server-configuration-overview.html
FMU, most of the sources are static, except for xml ones that are reloaded by the application server.
However those require that the configuration files are added / altered at runtime.
It would be a great improvement to adding a hook and take mpconfig source as an extra server variable sources.
Describe why this is important to you:
This would help to solve some tricky use cases such as loading secrets from a vault, when secret might change during the application lifetime.
Eg : unless i am mistaken, to reload at runtime credentials for a database the current choices are :
Offering this possibility would also help solving similar issues with container initialized resources.
André
The text was updated successfully, but these errors were encountered: