-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
🐛 Fix incorrect htpasswd file generation #1786
Conversation
This commit: - removes the unnecessary parts of the htpaswd file generation and clears up the content of the file The reason: - The original command was designed to generate an env variable but the new ironic-image logic expects the content of to be suitable for a htpaswd file this the variable name and the "=" is not needed. Signed-off-by: Adam Rozman <adam.rozman@est.tech>
/test ? |
@Rozzii: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
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. |
/test metal3-centos-e2e-integration-test-main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked on my manual test 👍
/lgtm
/cc @kashifest |
/cc @dtantsur |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest 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 |
🐛 Fix incorrect htpasswd file generation
🐛 Fix incorrect htpasswd file generation
🐛 Fix incorrect htpasswd file generation
🐛 Fix incorrect htpasswd file generation
🐛 Fix incorrect htpasswd file generation
🐛 Fix incorrect htpasswd file generation
🐛 Fix incorrect htpasswd file generation
🐛 Fix incorrect htpasswd file generation
🐛 Fix incorrect htpasswd file generation
🐛 Fix incorrect htpasswd file generation
This commit:
The reason:
Fixes: #1785