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

Fully document necessary S3 permissions? #139

Open
torrin47 opened this issue Dec 28, 2021 · 0 comments
Open

Fully document necessary S3 permissions? #139

torrin47 opened this issue Dec 28, 2021 · 0 comments

Comments

@torrin47
Copy link

torrin47 commented Dec 28, 2021

Our AWS environment is managed very strictly via the principle of least privilege, and we use an IAM Role assigned to our EC2 instance for managing content in an S3 bucket, which works well for managing bucket contents with the AWS CLI and an ArcGIS Pro Cloud Storage connection. But the OptimizeRasters codebase seems to need some additional privileges, including get-bucket-location (why? ArcGIS Pro and ArcGIS Server prompt the user for the region, why can't OptimizeRasters do the same?), list-buckets (why? we specify the bucket in the tool parameters, why does the code need to list other buckets?), and get-bucket-acl. Would it be possible to include in the documentation a full list of all the required privileges for the tool to run successfully so we don't have to discover them one by one through error messages?

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

No branches or pull requests

1 participant