#177 koji_hub: allow update/remove for sidetag owners
Merged 3 years ago by kevin. Opened 3 years ago by dustymabe.
fedora-infra/ dustymabe/ansible dusty-update-hub-policy  into  master

@@ -179,7 +179,7 @@ 

      # CoreOS coreos-pool and coreos-release tags, https://pagure.io/releng/issue/8294

      tag coreos-pool coreos-release && has_perm coreos-continuous && match action add unblock block :: allow

      # Allow people to manage their side tags, https://pagure.io/releng/issue/9229

-     is_sidetag_owner && match action add unblock block :: allow

+     is_sidetag_owner && match action add update remove unblock block :: allow

      # Catch-all rule.

      all :: deny

  

rebased onto 773dcfe6c89effa3ae7ad45c6a5ca70d0aaf543a

3 years ago

rebased onto 773dcfe6c89effa3ae7ad45c6a5ca70d0aaf543a

3 years ago

rebased onto 6432297

3 years ago

rebased onto 6432297

3 years ago

Pull-Request has been merged by kevin

3 years ago

do we need to run a playbook to apply this?

Yes, and I did already.

Just thinking if we can just drop match statement and just allow people to do anything with the package list in their sidetags... Which we actually do now :)

We could... it's kinda nice to have it all spelled out tho.