Anish Ramasekar

Results 116 issues of 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. -...

test
lifecycle/rotten

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

kind/feature
lifecycle/rotten

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

kind/feature
lifecycle/frozen
feature/rotation

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

kind/feature
lifecycle/frozen

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

kind/bug
lifecycle/frozen

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

kind/feature
lifecycle/frozen

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

kind/cleanup

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

kind/feature
feature/rotation

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

kind/documentation

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

enhancement
dependencies