-
Notifications
You must be signed in to change notification settings - Fork 256
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
🌱 Mount ironic HTPASSWD as volume instead of environment variable #1616
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
Some minor nits early on.
WIP part is how to do it with k8s manifests, right?
Yes; also I am testing this right now and there are some errors in the httpd container, trying to figure those out as well |
3ec529c
to
dd3a15f
Compare
5095c6b
to
934468d
Compare
934468d
to
7f2cb08
Compare
7f2cb08
to
656d74d
Compare
656d74d
to
e9e0e4d
Compare
Signed-off-by: Mahnoor Asghar <[email protected]>
e9e0e4d
to
d1be5bb
Compare
/test metal3-bmo-e2e-test-pull |
/test-centos-e2e-integration-main |
/test-centos-e2e-integration-main |
Closing this and opening a new PR so that the centos integration job can hopefully be triggered successfully. |
Security baselines such as CIS do not recommend using secrets as environment variables, but using files instead. Therefore, the IRONIC_HTPASSWD and INSPECTOR_HTPASSWD will now be mounted as volumes instead of environment variables.