Skip to content
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

fix: Fix efs csi driver mount issues #1191

Merged
merged 3 commits into from
Nov 18, 2022
Merged

fix: Fix efs csi driver mount issues #1191

merged 3 commits into from
Nov 18, 2022

Conversation

askulkarni2
Copy link
Contributor

What does this PR do?

🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.

  1. Updates IAM policy for EFS driver IRSA for missing permissions required for IAM Access Control
  2. Updates stateful example with mount_options=["iam"] to use IAM access control to fix the Access Denied errors. This will fix errors in CloudTrail that an anonymous principal tries to mount your EFS.
  3. Refactors add-on module to use new conventions

Motivation

More

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • [N/A] Yes, I have added a new example under examples to support my PR
  • [N/A] Yes, I have created another PR for add-ons under add-ons repo (if applicable)
  • [N/A] Yes, I have updated the docs for this feature
  • Yes, I ran pre-commit run -a with this PR

Note: Not all the PRs require a new example and/or doc page. In general:

  • Use an existing example when possible to demonstrate a new addons usage
  • A new docs page under docs/add-ons/* is required for new a new addon

For Moderators

  • E2E Test successfully complete before merge?

Additional Notes

@askulkarni2 askulkarni2 temporarily deployed to EKS Blueprints Test November 18, 2022 06:13 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mount issues with module aws_efs_csi_driver
2 participants