Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
feat: increase MaxSessionDuration to 90 days (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
limewxr authored and nickatsegment committed Jun 5, 2019
1 parent 60b8dfe commit 717738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
MaxSessionDuration = time.Hour * 36
MaxSessionDuration = time.Hour * 24 * 90
MinSessionDuration = time.Minute * 15
MinAssumeRoleDuration = time.Minute * 15
MaxAssumeRoleDuration = time.Hour * 12
Expand Down

0 comments on commit 717738c

Please sign in to comment.