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
we have reverted this feature unfortunately due to a security concern from EKS side. We will add this feature through efs-utils side but we do not have a clear timeline at the moment
@Ashley-wenyizha Why this was reverted? What were the concerns?
In a shared cluster, this feature improves security by allowing better access control. With the secrets-store-csi-driver, I can create secrets in AWS Secrets Manager and restrict access to specific pods using resource policies. It would be great if we could do something similar with EFS, so we can limit access to only the pods we specify
/kind bug
Driver installation works fine, using the latest 2.2.8 chart (https://github.com/ministryofjustice/cloud-platform-terraform-efs-csi/blob/impersonation/main.tf#L60), driver 1.4.1
FS, PV and PVC are created with no issues, using https://github.com/ministryofjustice/cloud-platform-terraform-efs-pv/tree/frist, called as just
test pod example:
pods get stuck in
ContainerCreating
, no useful logs on the controller,kubectl get events
saysEnvironment
kubectl version
): EKS 1.21Note everything works, creation, PV, mount, use in multiple pods, as long as we do not use IAM.
The text was updated successfully, but these errors were encountered: