Skip to content

Commit

Permalink
Merge pull request #2233 from metriport/1667-patch-ihe-doc-retrieve-w…
Browse files Browse the repository at this point in the history
…rite-access

1667 patch ihe doc retrieve write access
  • Loading branch information
jonahkaye committed Jun 7, 2024
2 parents 1168a4a + 8119c77 commit b5b5e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/infra/lib/ihe-gateway-v2-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export class IHEGatewayV2LambdasNestedStack extends NestedStack {
]);

iheResponsesBucket.grantReadWrite(documentRetrievalLambda);
medicalDocumentsBucket.grantRead(documentRetrievalLambda);
medicalDocumentsBucket.grantReadWrite(documentRetrievalLambda);
cqTrustBundleBucket.grantRead(documentRetrievalLambda);

return documentRetrievalLambda;
Expand Down

0 comments on commit b5b5e0d

Please sign in to comment.