allow koji tags to be created with a configurable permission. Fixes #1478

This commit is contained in:
Christopher O'Brien
2019-11-22 07:41:16 -05:00
parent 0f0e809467
commit 12acc9242d
2 changed files with 9 additions and 2 deletions

View File

@@ -164,6 +164,11 @@ class Config(object):
"default": ["module", "scrmod"],
"desc": "List of allowed koji tag prefixes.",
},
"koji_tag_permission": {
"type": str,
"default": "admin",
"desc": "Permission name to require for newly created Koji tags.",
},
"koji_tag_extra_opts": {
"type": dict,
"default": {