Fix spelling for admin role in Barbican policy
See this patch fixing this [1]. [1] https://review.opendev.org/c/openstack/barbican/+/864226 Change-Id: I9ca2341a0d52d0516f77169783b47e194f16cb00
This commit is contained in:
parent
f5345ad824
commit
49259070ad
@ -25,7 +25,7 @@ list_rules = (
|
|||||||
),
|
),
|
||||||
base.Rule(
|
base.Rule(
|
||||||
name="system_admin",
|
name="system_admin",
|
||||||
check_str=("role:amdin and system_scope:all"),
|
check_str=("role:admin and system_scope:all"),
|
||||||
description="No description",
|
description="No description",
|
||||||
),
|
),
|
||||||
base.Rule(
|
base.Rule(
|
||||||
|
Loading…
Reference in New Issue
Block a user