{"id":16690339,"url":"https://github.com/mrsaints/kubeseal-web","last_synced_at":"2025-10-18T18:07:37.808Z","repository":{"id":152406221,"uuid":"324660480","full_name":"MrSaints/kubeseal-web","owner":"MrSaints","description":":closed_lock_with_key: Yet another web UI for protecting Kubernetes secrets with Sealed Secrets.","archived":false,"fork":false,"pushed_at":"2023-11-09T10:43:54.000Z","size":371,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T03:33:43.505Z","etag":null,"topics":["gitops","kubernetes","kubernetes-secrets","kustomize","sealed-secrets","secrets-management"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrSaints.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-27T00:42:53.000Z","updated_at":"2024-10-10T18:11:12.000Z","dependencies_parsed_at":"2024-06-21T15:25:11.409Z","dependency_job_id":"27220716-c9f2-4ca7-a70f-1aaba5113921","html_url":"https://github.com/MrSaints/kubeseal-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrSaints%2Fkubeseal-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrSaints%2Fkubeseal-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrSaints%2Fkubeseal-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrSaints%2Fkubeseal-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrSaints","download_url":"https://codeload.github.com/MrSaints/kubeseal-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247282857,"owners_count":20913447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitops","kubernetes","kubernetes-secrets","kustomize","sealed-secrets","secrets-management"],"created_at":"2024-10-12T15:51:11.766Z","updated_at":"2025-10-18T18:07:37.711Z","avatar_url":"https://github.com/MrSaints.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubeseal-web\n\n![CI](https://github.com/MrSaints/kubeseal-web/workflows/CI/badge.svg)\n\n\n🔐 Yet another web UI for protecting Kubernetes secrets with [Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets).\n\n_This is still under development. It works, but use at your own risk._\n\n![Kubeseal Web UI](screenshot.png \"Kubeseal Web UI\")\n\n---\n\n**Why do I need this?**\n\n1. You want to provide developers with an easy way to seal secrets without installing `kubectl` and/or having access to the Kubernetes cluster\n2. You do not want developers to be able to unseal / decrypt the sealed secrets (essentially write-only)\n3. You want a simple solution that does not involve a lot of moving parts, and lots of manual set-up\n\n_(3), the web UI was built using lightweight libraries (Tailwind CSS, and Alpine.js), and may run as a single binary / deployment._\n\n**WARNING:** the web UI is NOT protected by any authN out-of-the-box. Though having it _publicly accessible_ does not pose any _significant risk_, it is highly recommended to limit its access to a trusted network and/or trusted identities to mitigate any potential for abuse (i.e. bring-your-own-auth).\n\n\n## Deployment\n\nThe recommended way of installing `kubeseal-web` in your Kubernetes cluster is through creating your own \"kustomization\" file which references the [Kustomize](https://kustomize.io/) base manifests:\n\n```yml\n# kustomization.yml\nresources:\n  - github.com/MrSaints/kubeseal-web/k8s/kustomize/base?ref=master\n```\n\n### Recommendations\n\nYou may require the standalone `kustomize` binary instead of `kubectl apply -k` / `kubectl kustomize` as this project utilises some relatively new features.\n\nIt is recommended to pin any use of remote resources. See https://github.com/kubernetes-sigs/kustomize/blob/master/examples/remoteBuild.md for more information. It is also recommended to check your \"kustomization\" file into Git.\n\nSee [`k8s/kustomize/example`](k8s/kustomize/example) for an example on how you can extend, and customise the Kustomize base manifests (e.g. pinning the Docker image).\n\n### Configuration\n\nThere are two environment variables which you should set:\n\n- `KSWEB_SEALED_SECRETS_CONTROLLER_NAMESPACE`: Namespace of the sealed secrets controller (e.g. `kube-system`)\n- `KSWEB_SEALED_SECRETS_CONTROLLER_NAME`: Name of sealed secrets controller (e.g. `sealed-secrets`)\n\nThey both correspond to the _Sealed Secrets_ deployment in your Kubernetes cluster. The web app will test for `kubeseal` access, and it will fail to start if these environment variables are not configured correctly!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrsaints%2Fkubeseal-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrsaints%2Fkubeseal-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrsaints%2Fkubeseal-web/lists"}