kubeseal-webgui icon indicating copy to clipboard operation
kubeseal-webgui copied to clipboard

This is a simple web ui for Bitnami Sealed Secrets.

Results 24 kubeseal-webgui issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Ability to upload files besides plain text. Fixes #136

enhancement
hacktoberfest-accepted

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...

enhancement
hacktoberfest-accepted

**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**...

bug
hacktoberfest-accepted

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...

enhancement
hacktoberfest-accepted

An optional configuration option to exclude namespaces from list of displayed namespaces in the ui.

enhancement
hacktoberfest-accepted

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...

enhancement
hacktoberfest-accepted

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...

enhancement
hacktoberfest-accepted

Provide a optional configuration for an e-mail adress as contact for troubles with kubeseal-webgui.

enhancement
hacktoberfest-accepted

Replace Flask with Fastapi

enhancement
hacktoberfest-accepted