Skip to content
Snippets Groups Projects
Commit 3d65a160 authored by Mark Goddard's avatar Mark Goddard
Browse files

inspector: Prevent use of noauth in multi-region setup

In a multi-region environment without a local keystone, we should still
use authentication.

Change-Id: I9df0ddf6e0d56f0817256b07ae0a0a7021209663
parent c2261e56
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
debug = {{ ironic_logging_debug }}
log_dir = /var/log/kolla/ironic-inspector
{% if not enable_keystone | bool %}
{% if not ironic_enable_keystone_integration | bool %}
auth_strategy = noauth
{% endif %}
listen_address = {{ api_interface_address }}
......
---
fixes:
- |
Fixes an issue where Ironic Inspector could be configured without
authentication in a multi-region environment in a region without a local
Keystone service.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment