Skip to content

Commit

Permalink
Add OKTA_AWSCLI_SESSION_DURATION
Browse files Browse the repository at this point in the history
  • Loading branch information
pat clarke committed Nov 9, 2023
1 parent 21ac669 commit 389977b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ func runOktaAwsCLI(ctx context.Context, b *box.Config, args ...string) error {
"OKTA_ORG_DOMAIN="+b.AWS.Okta.OrgDomain,
"OKTA_AWS_ACCOUNT_FEDERATION_APP_ID="+b.AWS.Okta.FederationAppID,
"OKTA_OIDC_CLIENT_ID="+b.AWS.Okta.OIDCClientID,
"OKTA_AWSCLI_SESSION_DURATION="+b.AWS.Okta.SessionDuration,
)
return cmd.Run()
}
Expand Down

0 comments on commit 389977b

Please sign in to comment.