You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the fileName parameter in the SecretProviderClass parameters cannot have a path separator and is validated by k8s.io/apimachinery/pkg/util/validation.IsConfigMapKey.
A user may want to organize secrets into folder within the mount:
Now that all file writes are handled by the driver (#98) and the driver itself uses the same AtomicWriter as other K8s secrets this should be possible without re-introducing CVE-2020-8567
The text was updated successfully, but these errors were encountered:
Currently the
fileName
parameter in theSecretProviderClass
parameters cannot have a path separator and is validated by k8s.io/apimachinery/pkg/util/validation.IsConfigMapKey.A user may want to organize secrets into folder within the mount:
Now that all file writes are handled by the driver (#98) and the driver itself uses the same AtomicWriter as other K8s secrets this should be possible without re-introducing CVE-2020-8567
The text was updated successfully, but these errors were encountered: