-
Notifications
You must be signed in to change notification settings - Fork 119
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
🌱 Read Ironic htpasswd from file or environment variable #506
🌱 Read Ironic htpasswd from file or environment variable #506
Conversation
7935ae2
to
411edbe
Compare
/test metal3-centos-e2e-integration-test-main |
1 similar comment
/test metal3-centos-e2e-integration-test-main |
I was not following this "username:password" topic for some time but I have also found interesting when I have noticed that the username and the password is in plain text so I agree with this PR, thanks! |
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.
The test failure seems to be just a timeout with 1 out of 11 succeeded. Retriggering
/test metal3-centos-e2e-integration-test-main
/test metal3-ubuntu-e2e-integration-test-main
/approve
Need an approver |
/test metal3-centos-e2e-integration-test-main |
3 similar comments
/test metal3-centos-e2e-integration-test-main |
/test metal3-centos-e2e-integration-test-main |
/test metal3-centos-e2e-integration-test-main |
/retest |
/test metal3-centos-e2e-integration-test-main |
/test metal3-centos-e2e-integration-test-main |
Signed-off-by: Mahnoor Asghar <[email protected]>
411edbe
to
d05e890
Compare
/test metal3-centos-e2e-integration-test-main |
/test metal3-centos-e2e-integration-test-main |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elfosardo, lentzi90 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 |
/lgtm |
This PR reverts #482 and #498, because it is not secure to mount the ironic username and password as plain text files into
ironic-image. The PR adds the ability to mount the ironic htpasswd as a file (to introduce a better way than just using environment variable for this purpose).