Skip to content

Commit

Permalink
Merge pull request #4291 from nickmango/bug/approval-query-perm
Browse files Browse the repository at this point in the history
[#3750]Bug/Approval Index Permissions
  • Loading branch information
nickmango authored Apr 5, 2024
2 parents 9962244 + 7c566aa commit 326de1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cla-backend-go/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,10 @@ provider:
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-gitlab-orgs/index/gitlab-project-sfid-organization-name-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-gitlab-orgs/index/gitlab-full-path-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-gitlab-orgs/index/gitlab-external-group-id-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-gitlab-orgs/index/gitlab-org-url-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-gitlab-orgs/index/approval-criteria-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-gitlab-orgs/index/approval-name-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-gitlab-orgs/index/date-added-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-gitlab-orgs/index/signature-id-index"

environment:
STAGE: ${self:provider.stage}
Expand Down

0 comments on commit 326de1d

Please sign in to comment.