Skip to content
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

Unable to retrieve OKTA apps automatically #37

Closed
vgmello opened this issue Aug 18, 2024 · 0 comments · Fixed by #40
Closed

Unable to retrieve OKTA apps automatically #37

vgmello opened this issue Aug 18, 2024 · 0 comments · Fixed by #40
Assignees
Labels
bug Something isn't working
Milestone

Comments

@vgmello
Copy link
Collaborator

vgmello commented Aug 18, 2024

Describe the Bug

When creating a new credential profile using the new command, I'm receiving the following error:
"Unable to retrieve OKTA apps, please try again or use the '--okta-app-url' option to specify an app URL manually"
The automatic retrieval of OKTA apps is failing, and I need to manually pass the --okta-app-url option to create a credential profile.

Expected Behavior

The new command should be able to automatically retrieve the OKTA apps without requiring manual input of the app URL.

To Reproduce

aws-cred-mgr new sample

This command fails with the mentioned error. To work around the issue, I have to use:

aws-cred-mgr new my-credential-profile --okta-app-url https://my-okta-app-url
@vgmello vgmello added the bug Something isn't working label Aug 18, 2024
@vgmello vgmello added this to the 0.0.3 milestone Aug 18, 2024
@vgmello vgmello changed the title BUG] Unable to retrieve OKTA apps automatically [BUG] Unable to retrieve OKTA apps automatically Aug 18, 2024
@vgmello vgmello changed the title [BUG] Unable to retrieve OKTA apps automatically Unable to retrieve OKTA apps automatically Aug 18, 2024
@vgmello vgmello mentioned this issue Aug 19, 2024
vgmello added a commit that referenced this issue Aug 19, 2024
## New features

- Automatic HTTPS prefix on Okta Domain during Okta Setup
- Automatic copy RDS pwd to clipboard (#36)
- MacOS Support  (#35)
- New Open Logs Command (#39)

## Bug Fixes

- Error: Unable to assume AWS role bug (#29)
- Error message for incorrect configuration is not a user-friendly bug
(#38)
- Unable to retrieve OKTA apps automatically bug (#37)
- Improves Push MFA, challenge message
vgmello added a commit that referenced this issue Aug 19, 2024
## New features

- Automatic HTTPS prefix on Okta Domain during Okta Setup
- Automatic copy RDS pwd to clipboard (#36)
- MacOS Support  (#35)
- New Open Logs Command (#39)

## Bug Fixes

- Error: Unable to assume AWS role bug (#29)
- Error message for incorrect configuration is not a user-friendly bug
(#38)
- Unable to retrieve OKTA apps automatically bug (#37)
- Improves Push MFA, challenge message
vgmello added a commit that referenced this issue Aug 27, 2024
## New features

- Automatic HTTPS prefix on Okta Domain during Okta Setup
- Automatic copy RDS pwd to clipboard (#36)
- MacOS Support  (#35)
- New Open Logs Command (#39)

## Bug Fixes

- Error: Unable to assume AWS role bug (#29)
- Error message for incorrect configuration is not a user-friendly bug
(#38)
- Unable to retrieve OKTA apps automatically bug (#37)
- Improves Push MFA, challenge message
@vgmello vgmello linked a pull request Aug 27, 2024 that will close this issue
@vgmello vgmello closed this as completed Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants