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

prevent bash expansion in password var #78

Merged
merged 1 commit into from
Sep 18, 2020

Conversation

clnperez
Copy link
Contributor

@clnperez clnperez commented Sep 17, 2020

Single quotes will keep any bash expansion from being done inside a string.
If you have any special bash characters in your password, the rh
subscription fails in your bastion node and no services will be
available for your cluster.

Signed-off-by: Christy Norman christy@linux.vnet.ibm.com

Single quotes will keep any bash expansion from being done inside a bash
string. If you have any special bash characters in your password, the rh
subscription fails in your bastion node and no servives will be
available for your cluster.

Signed-off-by: Christy Norman <christy@linux.vnet.ibm.com>
@ltccci ltccci added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 17, 2020
@clnperez
Copy link
Contributor Author

I submitted this against master instead of the 4.5 branch even though it's the default branch -- assuming it'll get cherry-picked in. Or I can submit a 2nd PR to that branch if this one's good to go.

@yussufsh
Copy link
Contributor

/lgtm
This can be cherry picked. Thanks @clnperez .

@ltccci ltccci added the lgtm Indicates that a PR is ready to be merged. label Sep 18, 2020
@yussufsh
Copy link
Contributor

/cc @bpradipt @yussufsh

@ltccci ltccci requested review from bpradipt and yussufsh September 18, 2020 03:45
@yussufsh
Copy link
Contributor

/approve

@ltccci ltccci added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 18, 2020
Copy link
Contributor

@bpradipt bpradipt left a comment

Choose a reason for hiding this comment

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

/lgtm
Thanks @clnperez

@ltccci
Copy link
Contributor

ltccci commented Sep 18, 2020

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bpradipt, clnperez, mkumatag, yussufsh

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

@bpradipt bpradipt merged commit 746449d into ocp-power-automation:master Sep 18, 2020
@ltccci
Copy link
Contributor

ltccci commented Sep 18, 2020

@yussufsh: The label(s) kind/cherry-pick-approved cannot be applied, because the repository doesn't have them

In response to this:

/kind cherry-pick-approved

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.

@yussufsh
Copy link
Contributor

/label cherry-pick-approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants