-
Notifications
You must be signed in to change notification settings - Fork 117
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
Baremetal guide is defaulting to no auth in Ironic #348
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale No auth will be impossible with ironic-operator, but we should definitely fix that asap. |
/assign @Rozzii |
I will pick up a few minor issues such as this just to cut off the number of issues. |
@tuminoid: Closing this issue. |
https://book.metal3.io/baremetal/guide is having an example at the bottom of the page where it uses
IRONIC_NO_BASIC_AUTH=true
, which is non-secure, as well asIRONIC_INSPECTOR_NO_BASIC_AUTH=true
andIRONIC_NO_CA_CERT=true
.We should be providing secure defaults in our guide.
The text was updated successfully, but these errors were encountered: