Git Product home page Git Product logo

Comments (2)

jamesbornholt avatar jamesbornholt commented on May 29, 2024

I think this already works (CRT already supports STS with web identity auth, the AWS_WEB_IDENTITY_TOKEN_FILE env var). We should test it.

from mountpoint-s3.

dannycjones avatar dannycjones commented on May 29, 2024

Monthon already had an EKS template. I put a quick build of the file connector into a container along with a script performing an ls -l, put it on to EKS, along with a service account which grants access to the bucket.

It was able to list the bucket just fine.

total 0
-rw-r--r-- 1 root root 5 Feb 21 18:06 file1.txt
-rw-r--r-- 1 root root 5 Feb 21 18:06 file3.txt
drwxr-xr-x 2 root root 0 Jan  1  1970 subdir1

And if I block all S3 access from the IAM Role associated with the service account, we see that access is lost in the container:

Error: Failed to create mount process
2023-02-21T18:15:59.132424Z  INFO s3_file_connector::aggregate_metrics: s3.meta_request_failures[op=head_bucket,status=403]: 1
2023-02-21T18:15:59.132505Z  INFO s3_file_connector::aggregate_metrics: s3.meta_requests[op=head_bucket]: 2
Error: Failed to create S3 client

Caused by:
    0: HeadBucket failed for bucket terraform-20230220093629354700000001 in region eu-west-1
    1: Service error
    2: Permission denied
Error: Failed to create mount process

from mountpoint-s3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.