You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#165 was a major update to the metal3 chart, and included a number of configuration changes to align us better with the upstream ironic-image.
The scenarios tested so far with TLS enabled (the default) work OK, but it's been noted that the configuration with auth/tls disabled is not working with the new chart version:
Outside of developer scenarios I'm not sure we have any use-cases which require tls or auth to be disabled, but it would be good to fix this so previously working configurations do not fail.
In future we may want to consider deprecating/removing the enable_tls and enable_basicAuth values so we can limit the number of corner cases and focus on the production-ready configuration instead
#165 was a major update to the metal3 chart, and included a number of configuration changes to align us better with the upstream ironic-image.
The scenarios tested so far with TLS enabled (the default) work OK, but it's been noted that the configuration with auth/tls disabled is not working with the new chart version:
The ironic container is restarting with errors like this, which I think is related to TLS being disabled:
Outside of developer scenarios I'm not sure we have any use-cases which require tls or auth to be disabled, but it would be good to fix this so previously working configurations do not fail.
In future we may want to consider deprecating/removing the
enable_tls
andenable_basicAuth
values so we can limit the number of corner cases and focus on the production-ready configuration insteadThanks to @ipetrov117 for spotting this issue!
The text was updated successfully, but these errors were encountered: