mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-16 13:56:11 +08:00
allow koji tags to be created with a configurable permission. Fixes #1478
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user