-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web login takes me to management console #320
Comments
seems like duplicate of #317 - fix is on master, waiting for new release of the project for it to be included. You can follow instructions in that issue to build locally though and it should work for you. |
I have taken the resulting snapshot jar from the locally built project however it still locks me in to the aws console when I replace the jar in ~/.okta |
Downgrading to version 1.0.10 has made the tool work thank you |
There is a symlink of the jar without a version number in |
I have updated the symlink of okta-aws-cli.jar to point to the new 2.0.3 snapshot jar that I have built but it still hangs on the management console screen |
I also rebuilt the 2.0.3 snapshot jar and copied it over the 2.0.2.jar version. Now the pop up will close before i can choose a role and the cli will ask me to select a role. Once I input the number of the role I want, it fails by telling me I'm on macOS Mojave 10.14.5. |
Weird even if I just copy the built 2.03 jar over the 2.0.2 jar it still hangs on the management console. The only thing that has worked for me is copying over the cli jar with the old 1.0.10 jar |
I did the following and was able to get it to work.
|
There were a few different issues here. I think you were running into the issue where if you only had one AWS role to choose from it would log in and hang (#328) this was fixed in latest release 2.0.4 |
closing this out as I believe it is fixed. let me know if you still see it with latest release v2.0.4 |
Describe the bug
When I login to okta via the web browser the tool loads the aws management console and hangs there.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The browser should close and spit out credentials
Additional context
This is on macOSX Mojave
The tool does work some times but it seems random as to when it wont hang on the console
The text was updated successfully, but these errors were encountered: