Skip to content

Commit

Permalink
No IAM permissions required to mount access points
Browse files Browse the repository at this point in the history
Document the additional IAM permissions needed (none) to mount access
points.
  • Loading branch information
2uasimojo committed Apr 28, 2020
1 parent 74272a9 commit f935df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/kubernetes/access_points/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Like [volume path mounts](../volume_path), mounting [EFS access points](https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html) allows you to expose separate data stores with independent ownership and permissions from a single EFS volume.
In this case, the separation is managed on the EFS side rather than the kubernetes side.

Under the hood, this is merely passing the `tls` and `accesspoint=XXX` options through to `mount`'s `-o` flag.
No additional IAM permissions are required.

**Note**: Because access point mounts require TLS, this is not supported in driver versions at or before `0.3`.

### Create Access Points (in EFS)
Expand Down

0 comments on commit f935df9

Please sign in to comment.