Skip to content

Commit df0c86e

Browse files
Set session time to 6 hours
1 parent 4b69f89 commit df0c86e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/modules/spack_github/mirrors_iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ resource "aws_iam_role" "source_mirror_sync" {
4444

4545
name = "SourceMirrorSync${local.mirror_roles[each.key].role_name_suffix}"
4646
assume_role_policy = each.value.json
47-
max_session_duration = 3600 * 1 # only allow a max of 1 hours for a session to be active
47+
max_session_duration = 3600 * 6 # only allow a max of 6 hours for a session to be active
4848
}

0 commit comments

Comments
 (0)