Skip to content

Commit

Permalink
Fix typo in check_str for system_admin policy rule
Browse files Browse the repository at this point in the history
Story: #2010435
Task: #46851
Depends-On: https://review.opendev.org/c/openstack/requirements/+/865276
Change-Id: I4896f1508e34785864c260e64484ae0138100ef4
(cherry picked from commit 455057c)
  • Loading branch information
melwitt authored and xek committed Nov 24, 2022
1 parent 3670a0a commit e32e2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barbican/common/policies/base.py
Expand Up @@ -24,7 +24,7 @@
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',
Expand Down

0 comments on commit e32e2e4

Please sign in to comment.