Skip to content

Commit

Permalink
revert maxSessionDuration (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
samiwelthomasHO authored Jan 15, 2024
1 parent 9fffcca commit c0c5913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/dea-backend/src/constructs/dea-rest-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ export class DeaRestApiConstruct extends Construct {
private createDatasetsRole(kmsKeyArn: string, datasetsBucketArn: string): Role {
const role = new Role(this, 'dea-datasets-role', {
assumedBy: this.lambdaBaseRole,
maxSessionDuration: Duration.minutes(deaConfig.uploadFilesTimeoutMinutes()),
});

role.addToPolicy(
Expand Down

0 comments on commit c0c5913

Please sign in to comment.