You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
## 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
## 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
## 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
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
This command fails with the mentioned error. To work around the issue, I have to use:
The text was updated successfully, but these errors were encountered: