Anish Ramasekar
Anish Ramasekar
- Add `release-secrets-store-csi-driver-e2e-provider` job similar to https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes-sigs/secrets-store-csi-driver/secrets-store-csi-driver-config.yaml#L310. - This job runs for changes in `charts/*` folder at the time of release to validate the driver release with the e2e-provider. -...
oof i'm noticing that this doesnt directly depend on `k8s.io/kubernetes` but still needs all these replace directives... I wonder if providers (which depend on `sigs.k8s.io/secrets-store-csi-driver` to pull in the protobuf...
When `requiresRepublish: true` is set in the `CSIDriver` spec ``` requiresRepublish: true # added in Kubernetes 1.20, this field is beta as of Kubernetes 1.21 ``` kubelet will periodically send...
xref: https://github.com/Azure/secrets-store-csi-driver-provider-azure/issues/199 - This is a placeholder issue to gather ideas on what/how we can provide a way to encrypt the mounted secrets in the pod filesystem. Today, the content...
1. Deployment with updates to pod spec is rolled out - The pod is referencing a k8s secret that has been synced by the driver. - This k8s secret has...
**Describe the solution you'd like** [A clear and concise description of what you want to happen.] This issue is a placeholder to gather requirement and feedback for supporting the Secrets...
There are currently 2 ways of building the manifest and pushing - Using the makefile targets `container-all` and `push-manifest` - Using the script in `docker/` dir We need to evaluate...
**Describe the solution you'd like** [A clear and concise description of what you want to happen.] https://github.com/kubernetes-sigs/secrets-store-csi-driver/pull/303 implements the secret auto rotation feature. This rotation reconciler is essentially a periodic...
- if the secrets have been changed in external secrets store before the deployment is scaled, then pod1 has old content in mount and pod2 will have new content. We...
Some of the `azure-sdk-for-go` packages used have been deprecated and replaced with newer versions of the libraries. Ref: https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/MIGRATION_GUIDE.md for migration. ref issue for lint errors: https://github.com/Azure/azure-workload-identity/pull/474