Skip to content

Commit

Permalink
Increase okta session duration (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianho authored and Eduardo Lopez committed Mar 18, 2019
1 parent 1565f3e commit ff02669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func getAWSOktaCredentials(conf *config.Config) (*credentials.Value, error) {
opts := awsokta.ProviderOptions{
MFAConfig: mfaConfig,
Profiles: profiles,
SessionDuration: time.Hour,
SessionDuration: time.Hour * 12,
AssumeRoleDuration: time.Hour,
}

Expand Down

0 comments on commit ff02669

Please sign in to comment.