-
Notifications
You must be signed in to change notification settings - Fork 3
[Feature Request] Handle region-specific configurations as region parameters #56
Comments
How should it be handle in the pojo region? I mean which property shoud we add in https://github.com/InseeFrLab/onyxia-api/blob/be4705924e3d073b38745e31349aeb7e0af0acdb/onyxia-model/src/main/java/fr/insee/onyxia/model/region/Region.java For example at root of region should we add:
|
just to keep trace : In this case to allow certificate injection when non root we could think about giving:
|
As the PR is merge the next steps are modifying the charts and the images datascience charts and docker images-datascience it seems |
We need before update the ui to handle this new parameters InseeFrLab/onyxia#409 |
This is possible from release 2.2.26 of onyxia-web and release v0.17 of onyxia-api We could try the injection in helm charts catalogs |
working on adding a path to a bundle ca InseeFrLab/onyxia-api#194 |
on my way to add pathToCaBundle and cacrts un api and after i will depreciate crts old field in the api |
Right now, region-specific configurations (e.g. proxy adresses, certificates..) are applied through init scripts run at services startup. These settings should be instead passed as parameters of the region, so that they can be directly injected through the chart of the service.
This change would be especially useful when working with an Onyxia instance not open to the internet, as it is not possible/easy to fetch the region init script.. which precisely configures regional proxies/certificates settings (chicken-egg problem).
The text was updated successfully, but these errors were encountered: