Adds support for multiple configurable environments in the ui component.
This is for the use case that you want to have one kubeseal-webgui ui and add multiple clusters so that you don't have to run a ui in all your kubernetes clusters.
The only requirement:
The api component of kubeseal-webgui has to be deployed in all your desired clusters and must be accessable for the ui. The ui can be configured to consume as many environments/clusters as you want by setting up the backends in the config,json.
Closes #238
Adds support for multiple configurable environments in the ui component. This is for the use case that you want to have one kubeseal-webgui ui and add multiple clusters so that you don't have to run a ui in all your kubernetes clusters.
The only requirement: The api component of kubeseal-webgui has to be deployed in all your desired clusters and must be accessable for the ui. The ui can be configured to consume as many environments/clusters as you want by setting up the backends in the config,json.