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:
Tobias Urdin 2022-11-16 15:37:53 +01:00 committed by Boxiang Zhu
parent f5345ad824
commit 49259070ad

View File

@ -25,7 +25,7 @@ list_rules = (
),
base.Rule(
name="system_admin",
check_str=("role:amdin and system_scope:all"),
check_str=("role:admin and system_scope:all"),
description="No description",
),
base.Rule(