secrets-manager icon indicating copy to clipboard operation
secrets-manager copied to clipboard

VMware Secrets Manager for Cloud-Native Apps is a lightweight secrets manager to protect your sensitive data. It’s perfect for edge deployments where energy and footprint requirements are strict—See m...

Results 247 secrets-manager issues
Sort by recently updated
recently updated
newest added

For the K8s secrets created by Vsecm, add ``` annotations: app.kubernetes.io/managed-by= ``` as a marker to know this secret is created by VsecM

workshop:candidate
v0.26.0-candidate

there are various backoff algorithms in the codebase determine all of them rewrite them to use https://pkg.go.dev/github.com/cenkalti/backoff/v4 it’s better to rely on a tried and tested algorithm than using our...

enhancement
v0.29.0-candidate

right now, a secret can have multiple namespace associations, but the namespaces are never validated during Fetch() Fetch() shoudld ensure that secrets can only be delivered to workloads that have...

enhancement
v0.29.0-candidate

workflow
v0.38.0-candidate

VSecM high-trust mode: Use a PKCS#11 interface to store VSecM root keys in a hardware security module and keep secrets encrypted (even in memory). When a workload requires a secret...

enhancement
priority:medium
security
important
user-request
workshop:candidate
v0.41.0-candidate

kind: VSecMSecret VSecM shall create a kind:Secret with all the labels and annotations that a secret may have. For that maybe we’ll need a kind VSecmSecret safe -s "gen:{json}" --k8s-secret...

enhancement
v0.38.0-candidate