Description of problem: There is an hardcoded server principal of 'host/%s' in ClientSession::_serverPrincipal() in /usr/lib/python2.4/site-packages/koji/__init__.py This is bad because 'host/*' principals are for system services only and the keytab can/must not be read by non-root users. As koji services (hub) are run by the 'httpd' user, this will not work. There should be used (customizable) principal names like HTTP/* instead of. Version-Release number of selected component (if applicable): koji-1.1-1
Filed upstream as https://hosted.fedoraproject.org/projects/koji/ticket/32 Waiting for an upstream fix to release.
Closing this as upstream here to. Really needs to be fixed upstream and it will filter down to the Fedora release.