Skip to content

Commit

Permalink
Merge pull request #277 from nulib/5330-download-bug
Browse files Browse the repository at this point in the history
Restore ES access policy for file set download
  • Loading branch information
kdid authored Dec 17, 2024
2 parents 973faea + b146b06 commit 99c41b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,11 @@ Resources:
Action:
- s3:GetObject
Resource: !Sub "arn:aws:s3:::${PyramidBucket}/*"
- Sid: ESHTTPPolicy
Effect: Allow
Action:
- es:ESHttp*
Resource: "*"
Events:
ApiGet:
Type: HttpApi
Expand Down

0 comments on commit 99c41b1

Please sign in to comment.