Skip to content

Commit 4dc64d5

Browse files
AlainODeaMatt Raible
authored andcommitted
📝 Fill in config.properties documentation (#112)
* 📝 Fill in config.properties documentation - Document OKTA_PROFILE - Document OKTA_BROWSER_AUTH * 🎨 Clarify OKTA_PROFILE explanation
1 parent 6096222 commit 4dc64d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Readme.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ Here is the list of parameters that must be maintained in the ```config.properti
101101
- ```OKTA_AWS_APP_URL``` is the url link of your Okta AWS application url (see below for more info)
102102
- ```OKTA_USERNAME``` is the username to use. If present will skip username input.
103103
- ```OKTA_PASSWORD``` is the password to use. If present will skip password input.
104+
- ```OKTA_BROWSER_AUTH``` set to **true** to use integrated web browser for authentication (default: **false**)
105+
- ```OKTA_PROFILE``` is the name of the AWS profile to create/reuse (default: get AWS profile name based on per-session STS user name)
104106
- ```OKTA_AWS_ROLE_TO_ASSUME``` is the role to use. If present will try to match okta account's retrieved role list and use it. Will still prompt if no match found.
105107
- ```OKTA_STS_DURATION``` is the duration the role will be assumed, in seconds. The maximum session duration allowed by AWS is 12 hours and this needs to be set on the role as well. Defaults to 1hr.
106108

0 commit comments

Comments
 (0)