Skip to content

Commit

Permalink
Update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
mchavez committed Oct 17, 2024
1 parent 86aab58 commit 7c53567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Available Commands:
Flags:
--api-token string The API token for the service account ($BATON_API_TOKEN)
--aws-identity-center-mode Whether to run in AWS Identity center mode or not. In AWS mode, only samlRoles for groups and the users assigned to groups are synced ($BATON_AWS_IDENTITY_CENTER_MODE)
--aws-okta-app-id string The Okta app id for the AWS application ($BATON_AWS_OKTA_APP_ID)
--cache Enable response cache ($BATON_CACHE) (default true)
--cache-tti int Response cache cleanup interval in seconds ($BATON_CACHE_TTI) (default 60)
--cache-ttl int Response cache time to live in seconds ($BATON_CACHE_TTL) (default 300)
Expand All @@ -95,6 +97,7 @@ Flags:
--okta-provisioning ($BATON_OKTA_PROVISIONING)
-p, --provisioning This must be set in order for provisioning actions to be enabled ($BATON_PROVISIONING)
--skip-full-sync This must be set to skip a full sync ($BATON_SKIP_FULL_SYNC)
--sync-custom-roles Enable syncing custom roles ($BATON_SYNC_CUSTOM_ROLES)
--sync-inactive-apps Whether to sync inactive apps or not ($BATON_SYNC_INACTIVE_APPS) (default true)
--ticketing This must be set to enable ticketing support ($BATON_TICKETING)
-v, --version version for baton-okta
Expand Down

0 comments on commit 7c53567

Please sign in to comment.