We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.
2. Description I installed EB CLI following these instructions.
To use it, I configured AWS CLI for SSO following these instructions.
The configuration works on the AWS CLI side, but not on EB.
eb init --profile <profile_name> does not work, it shows me this error:
eb init --profile <profile_name>
ERROR: InvalidConfigError - The profile "<profile_name>" is configured to use SSO but is missing required configuration: sso_start_url, sso_region
I checked the ~/.aws/config file and it contains all the needed parameters.
~/.aws/config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.
2. Description
I installed EB CLI following these instructions.
To use it, I configured AWS CLI for SSO following these instructions.
The configuration works on the AWS CLI side, but not on EB.
eb init --profile <profile_name>
does not work, it shows me this error:ERROR: InvalidConfigError - The profile "<profile_name>" is configured to use SSO but is missing required configuration: sso_start_url, sso_region
I checked the
~/.aws/config
file and it contains all the needed parameters.The text was updated successfully, but these errors were encountered: