Fix typo in check_str for system_admin policy rule
Story: #2010435
Task: #46851
Depends-On: https://review.opendev.org/c/openstack/requirements/+/865276
Change-Id: I4896f1508e34785864c260e64484ae0138100ef4
(cherry picked from commit 455057c941)
This commit is contained in:
committed by
Grzegorz Grasza
parent
6e126c91c5
commit
f5147debb9
@@ -24,7 +24,7 @@ rules = [
|
||||
check_str='role:reader and system_scope:all'),
|
||||
policy.RuleDefault(
|
||||
name='system_admin',
|
||||
check_str='role:amdin and system_scope:all'),
|
||||
check_str='role:admin and system_scope:all'),
|
||||
|
||||
policy.RuleDefault(
|
||||
name='secret_project_match',
|
||||
|
||||
Reference in New Issue
Block a user