{"id":39565117,"url":"https://github.com/noahburrell0/sealed-secrets-ui","last_synced_at":"2026-01-18T07:12:55.392Z","repository":{"id":143337466,"uuid":"613018243","full_name":"noahburrell0/sealed-secrets-ui","owner":"noahburrell0","description":"A web interface and API for encrypting secrets for use with Bitnami sealed secrets","archived":false,"fork":false,"pushed_at":"2024-11-29T17:58:03.000Z","size":20276,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-29T18:19:09.728Z","etag":null,"topics":["gui","kubernetes","sealed-secrets","secret-management"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noahburrell0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-03-12T16:52:04.000Z","updated_at":"2024-11-29T17:58:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccd0b222-984f-4273-9f09-7c92a8e886ef","html_url":"https://github.com/noahburrell0/sealed-secrets-ui","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/noahburrell0/sealed-secrets-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahburrell0%2Fsealed-secrets-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahburrell0%2Fsealed-secrets-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahburrell0%2Fsealed-secrets-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahburrell0%2Fsealed-secrets-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noahburrell0","download_url":"https://codeload.github.com/noahburrell0/sealed-secrets-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahburrell0%2Fsealed-secrets-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28532763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["gui","kubernetes","sealed-secrets","secret-management"],"created_at":"2026-01-18T07:12:55.318Z","updated_at":"2026-01-18T07:12:55.382Z","avatar_url":"https://github.com/noahburrell0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sealed Secrets UI\n[![License](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://opensource.org/licenses/Apache-2.0) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/sealed-secrets-ui)](https://artifacthub.io/packages/search?repo=sealed-secrets-ui)\n\n![image](https://i.imgur.com/0O9ebVu.png)\n\n## Introduction\n\nThis application is designed to provide a web-based GUI for encrypting values for use with Bitnami Sealed Secrets.\n\nThis application currently supports:\n- All Kubeseal scopes (`strict`, `namespace-wide`, and `cluster-wide`)\n- Context selection\n    - Multiple Kubeconfig files\n    - Automatic context discovery from Kubeconfig files\n- Encryption of raw text (kubeseal `--raw` equivilent)\n- Whole file encryption (kubeseal `--raw --from-file` equivilent) with in-browser file uploads\n- Kubeconfig authentication against GKE (gke-gcloud-auth-plugin)\n- Direct API calls to seal secrets\n\nThis application currently **does not** support:\n- Converting Kubernetes Secret manifests to SealedSecret manifests (yet)\n- Any sort of authentication to the API or web UI\n- Setting the namespace that the Sealed Secrets operator is installed to (must be `kube-system`)\n- Authentication against any cloud provider (excluding Google) that require an authentication plugin\n\n## Install With Helm\n\nView the [chart docs](charts/sealed-secrets-ui/) for installation instructions and parameters.\n\n## Running Locally\n\n\u003e Developed and tested with Python 3.10, not guarenteed to work with other versions.\n\n1. Create a Python virtual environment.\n```\npython -m venv ./venv\n```\n2. Activate the virtual environment.\n```\nsource venv/bin/activate\n```\n3. Setup the Kubeconfig directory.\n```\nexport KUBECONF_DIR=\"/path/to/my/kubeconfigs\"\n```\n4. Install requirements.\n```\npip install -r requirements.txt\n```\n5. Run in local development mode.\n```\npython main.py\n```\n6. UI should be reachable at `http://localhost:5000/` by default.\n\n## API Usage\n\nFor API usage information, please see [API.md](API.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahburrell0%2Fsealed-secrets-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoahburrell0%2Fsealed-secrets-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahburrell0%2Fsealed-secrets-ui/lists"}