-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encryption in transit broken #1169
Comments
Workaround: the change in aws-ia/terraform-aws-eks-blueprints#1753 |
Hi @Almenon, Static Provisioning with encryption enabled seems working fine on default settings. Can you try to open this issue at terraform-aws-eks-blueprints if you are facing this issue still. |
@mskanth972 Did you try it with a EFS policy disallowing insecure transport, like in https://github.com/terraform-aws-modules/terraform-aws-efs/blob/8cdc5b65d3b92f4211271621a567e4ce6b4dc469/main.tf#L82? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind bug
What happened?
The example in https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/examples/kubernetes/encryption_in_transit/README.md does not work. It errors out with:
What you expected to happen?
The example to work.
How to reproduce it (as minimally and precisely as possible)?
Combine linked example with https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/patterns/stateful
Specifically, we used:
Anything else we need to know?:
Environment
kubectl version
): 1.25iam
instead oftls
in the mount optionsPlease also attach debug logs to help us better diagnose
results.tgz
The text was updated successfully, but these errors were encountered: