Merge "Ensure scope logic is enforced"

This commit is contained in:
Zuul 2024-01-24 23:13:50 +00:00 committed by Gerrit Code Review
commit 53039461b0
1 changed files with 2 additions and 2 deletions

View File

@ -33,13 +33,13 @@ inspector_service_option = cfg.BoolOpt("ironic_inspector",
"is expected to be available")
ironic_scope_enforcement = cfg.BoolOpt('ironic',
default=False,
default=True,
help='Wheter or not ironic is '
'exepcted to enforce auth '
'scope.')
inspector_scope_enforcement = cfg.BoolOpt('ironic_inspector',
default=False,
default=True,
help='Whether or not '
'ironic-inspector is expected '
'to enforce auth scope.')