Okta -> Admin -> input username -> assign applications OKTA API Tokens Don't use the GUI for okta tokens. Chris can generate a new okta token with the correct user and access. Also, better to look in the bash history for okta tokens Password expiration report OKTA -> Reports -> Okta Password Health Open with Brackets Not excel ## Okta and Terraform Fred ignored the above advice and created an okta API key for himself (Web UI: `Admin->Security->API->Create Token`) Then: ``` export OKTA_API_TOKEN=[token here] terragrunt apply ```