Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Fixing prompt text when asking for AWS credentials #705

Merged

Conversation

pmccarthy
Copy link
Contributor

Summary
Fixing the wording used in the quickstart prompts for AWS credentials. Current wording causes confusion as the term secret is used for both the access key and secret key

read MGC_AWS_ACCESS_KEY_ID </dev/tty
echo "export MGC_AWS_ACCESS_KEY_ID for future executions of the script to skip this step"
fi

if [[ -z "${MGC_AWS_SECRET_ACCESS_KEY}" ]]; then
echo "Enter your AWS secret access key for an Account where you have access to Route53:"
echo "Enter an AWS secret access key for an Account where you have access to Route53:"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it clear that the secret access key has to be the one that pairs with the access key id entered before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a fair point. Let me clarify that a bit more

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@guicassolato wording updated now - mind taking another look please?

@pmccarthy
Copy link
Contributor Author

/lgtm
/approve

Copy link
Contributor

openshift-ci bot commented Dec 5, 2023

@pmccarthy: you cannot LGTM your own PR.

In response to this:

/lgtm
/approve

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@guicassolato
Copy link

/lgtm

@pmccarthy
Copy link
Contributor Author

/approve

1 similar comment
@david-martin
Copy link
Member

/approve

Copy link
Contributor

openshift-ci bot commented Dec 5, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: david-martin, guicassolato, pmccarthy

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Dec 5, 2023
@openshift-merge-bot openshift-merge-bot bot merged commit 5c622a4 into Kuadrant:main Dec 5, 2023
10 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants