Closed hown3d closed 2 years ago
Could you, @hown3d, have a look at PR #33 and see if that would solve your problems? Would be even better if you could test it and report here once done. thx!
LGTM, didn't use s3fs in the end, so I can't test it right now.
Hey, I'm currently trying to setup s3fs inside kubernetes with IAM Role as a Service Account support. Since s3-fuse doesn't use the aws cpp sdk, it's kind of a hack to pull off.
My current setup looks like this:
If the entrypoint would provide a way to load the needed environment variables from a .env file, I could simply do the following in my init container:
Using that approach I could provide the path to the credentials file and the entrypoint will source it.
But having a native way of s3-fuse to do it, would still be way better. @gaul do you have any plans on adding support soon?