Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi tenant support #244

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Multi tenant support #244

wants to merge 20 commits into from

Conversation

Jaydee94
Copy link
Owner

@Jaydee94 Jaydee94 commented Feb 3, 2024

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.

@Jaydee94 Jaydee94 added the enhancement New feature or request label Feb 3, 2024
api/kubeseal_webgui_api/app.py Show resolved Hide resolved
api/kubeseal_webgui_api/app.py Outdated Show resolved Hide resolved
api/kubeseal_webgui_api/app_config.py Outdated Show resolved Hide resolved
ui/public/config.json Outdated Show resolved Hide resolved
ui/public/config.json Show resolved Hide resolved
ui/src/components/Secrets.vue Outdated Show resolved Hide resolved
ui/src/components/Secrets.vue Outdated Show resolved Hide resolved
ui/src/components/Secrets.vue Outdated Show resolved Hide resolved
ui/src/components/Secrets.vue Outdated Show resolved Hide resolved
ui/src/components/Secrets.vue Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement Request] Dropdown Inclusion of Multiple Cluster Namespaces
2 participants