okta-aws-cli-assume-role icon indicating copy to clipboard operation
okta-aws-cli-assume-role copied to clipboard

Okta AWS CLI Assume Role Tool

Results 62 okta-aws-cli-assume-role issues
Sort by recently updated
recently updated
newest added

I have no professional reason to maintain this project as I have changed jobs and my new employer does not use Okta. It is unlikely that any of the outstanding...

help wanted

**Describe the bug** A clear and concise description of what the bug is. Run: `okta-aws test sts get-caller-identity` or `okta-aws` *OUTPUT:* `Auto select role as only one is available :...

**Describe the bug** When I authenticate to AWS using `okta-credential_process` I must authenticate twice, the first always fails. **To Reproduce** Okta config: ```bash #OktaAWSCLI OKTA_ORG=myorg.okta.com OKTA_AWS_APP_URL=https://myorg.okta.com/home/amazon_aws/123456789/123 OKTA_USERNAME=okta_username OKTA_AWS_REGION=us-east-1 OKTA_MFA_CHOICE=OKTA.sms ```...

Will it be possible to support the Yubico FIDO/U2F key with MFA?

enhancement
help wanted

**Describe the bug** Updating the tool using the install powershell script: fails due to the powershell aliases already being present (and overwrites any existing config the user has with the...

**Describe the bug** I cannot login using SAML and the AWS CLI **To Reproduce** Steps to reproduce the behavior: 1. `okta-aws production sts get-caller-identity` 2. Select role you want to...

It can be very hard to work out which is the right account to connect to when using Okta CLI tool with the Okta recommended AWS Multiple Account configuration (https://help.okta.com/en/prod/Content/Topics/Miscellaneous/References/OktaAWSMulti-AccountConfigurationGuide.pdf)....

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Macosx 10.12.6 Java 1.8.0_131 Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 at java.lang.ProcessBuilder.start(ProcessBuilder.java:1014) at com.okta.tools.WithOkta.main(WithOkta.java:41) does...

**Describe the bug** There is no clear way to tell what version/release you have installed **To Reproduce** Steps to reproduce the behavior: 1. install via instructions 2. wonder what version...

**Describe the bug** Calling `withOkta` while `cookies.properties` is present is 3-7x slower than a naive implementation. I have also noticed that `com.okta.tools.authentication.BrowserAuthentication.login()` seems to be a bit slower than `com.okta.tools.saml.OktaSaml.getSamlResponseForAwsRefresh()`,...

question