Jaydee94 / kubeseal-webgui

This is a simple web ui for Bitnami Sealed Secrets.
Apache License 2.0
75 stars 19 forks source link

Loosen rules for secret key names #191

Closed FSchumacher closed 2 years ago

FSchumacher commented 2 years ago

The Kubernetes docs state:

The keys of data and stringData must consist of alphanumeric characters, -, _ or .

It doesn't state, whether it has to start with alphanumeric or end on one. No length restriction is mentioned.

Should fix #190