migration note about permissions

Fixes: https://pagure.io/koji/issue/1548
This commit is contained in:
Mike McLean 2019-07-30 11:07:08 -04:00
parent 87033e6980
commit 257d3a1a7b

View file

@ -25,6 +25,15 @@ database.
# psql koji koji </usr/share/doc/koji/docs/schema-upgrade-1.17-1.18.sql
More granular permissions
-------------------------
The new ``host``, ``tag``, ``target`` permissions allow access to a number of
actions that were previously admin-only.
Koji administrators should consider using these to reduce the number of users
with full ``admin`` permission.
Other changes
-------------