kubeseal-webgui
kubeseal-webgui copied to clipboard
This is a simple web ui for Bitnami Sealed Secrets.
After we migrated to fastapi, we can get rid of the mock. The dummy return values when not using kubernetes can be returned by the origin api by using a...
Ability to upload files besides plain text. Fixes #136
When a secret is rendered we currently only display a complete SealedSecrets YAML object. Sometimes you just need the value of a specific key. We could display all rendered key-value...
**Describe the bug** Currently every file from the repo gets copied when `COPY` is used. We can and should ignore quiet a few of them like `__pycache__` dirs. **To Reproduce**...
Hi, An idea to improve it would be to add a string generator in the value fields: For example : - Add a suffix button to generate string on click...
An optional configuration option to exclude namespaces from list of displayed namespaces in the ui.
users request the namespaces from the kubeseal-webui api, which in return accesses the kubernetes api using a service account. given that the role associated with the service account has not...
The Application should get a metrics endpoint with the following metrics: - Number of sealing operations - Flask metrics: https://pypi.org/project/prometheus-flask-exporter/ https://dev.to/camptocamp-ops/implement-prometheus-metrics-in-a-flask-application-p18 The Helm Chart should get a optional value for...
Provide a optional configuration for an e-mail adress as contact for troubles with kubeseal-webgui.