You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
As per the configuration, it is installed and I can able to mount the pods inside the container in Kubernetes but the problem is our containers are for non-root users. Now my application is not able to create or update the file inside the bucket due to the permission my bucket folder has root user and root group permission.
The text was updated successfully, but these errors were encountered:
I was able to get s3 buckets working with non root user, created a non root user (Iam User)and then set permissions -> chose "Attach policies directly" and selected FullS3Access. From the pods, could read, write and delete objects to s3 buckets. Then once the user is created, selected the user and created access key from security credentials.
Hope this helps
Hi,
As per the configuration, it is installed and I can able to mount the pods inside the container in Kubernetes but the problem is our containers are for non-root users. Now my application is not able to create or update the file inside the bucket due to the permission my bucket folder has root user and root group permission.
The text was updated successfully, but these errors were encountered: