Hello ReadonlyREST community,
Is it possible to include multiple .yml files in the main readonlyrest.yml file ?
Ex:
Include conf.d/*.yml
Whenever a new tenant is added, an additional section needs to be created for it. Is it possible to do this in a separate yml file or do I have to generate the whole yml file every time ?
Additional question: Is it possible to do a “reload” of the ReadonlyREST services so that I do not have to restart elasticsearch and kibana every time there is a change in the readonlyrest.yml file ?
I want to automate the process of tenant creation.
Kind regards