fedora-infra / koschei

Continuous integration for Fedora packages
GNU General Public License v2.0
37 stars 15 forks source link

koji 1.22 doesn't support krb_login, it supports only gssapi_login #319

Closed mohanboddu closed 4 years ago

mohanboddu commented 4 years ago

This is a check to see if anything is needed to update to gssapi_login.

I see a test that uses krb_login and it seems like koschei is using ssl login, can we update to gssapi_login?

mizdebsk commented 4 years ago

Koschei can use any authentication method supported by Koji hub (password, SSL, Kerberos, GSSAPI). Fedora Koschei is already configured to use GSSAPI login (see "login_method" in backend.cfg).