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

[Bug] get-relying-info script missing region flag #1159

Open
krupeshd1 opened this issue Mar 23, 2023 · 0 comments
Open

[Bug] get-relying-info script missing region flag #1159

krupeshd1 opened this issue Mar 23, 2023 · 0 comments
Labels
bug Something isn't working Review One Review Two

Comments

@krupeshd1
Copy link

Describe the bug
Looks like running the scripts/get-relying-party-info.sh is missing --region in the aws commands for setting userpool_signing_cert and domain_name_prefix -

Error output is:
You must specify a region. You can also configure your region by running "aws configure".

Commands i believe need updating -

userpool_signing_cert=$(aws cognito-idp get-signing-certificate
$aws_profile_cli_param
--user-pool-id ${userpool_id}
--output text)

domain_name_prefix=$(aws cognito-idp describe-user-pool
$aws_profile_cli_param
--user-pool-id ${userpool_id}
--output text --query "UserPool.Domain")

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Versions (please complete the following information):

  • Release Version installed [e.g. v1.0.3]
  • Is the deployment from a forked version of the repository?

Additional context
Add any other context about the problem here.

@krupeshd1 krupeshd1 added the bug Something isn't working label Mar 23, 2023
@SanketD92 SanketD92 changed the title [Bug] insert summary [Bug] get-relying-info script missing region flag Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Review One Review Two
Projects
None yet
Development

No branches or pull requests

3 participants