You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to support SSL certificate authentication in addition to Kerberos authentication.
We could add a koji_auth variable to each Koji role. This variable would be "kerberos" by default, and users could set it to "ssl" to enable SSL authentication.
I think it's technically possible to permit SSL and GSSAPI simultaneously on the hub, so maybe we should enable both as often as we can to minimize the conditionals in templating.
The text was updated successfully, but these errors were encountered:
It would be nice to support SSL certificate authentication in addition to Kerberos authentication.
We could add a
koji_auth
variable to each Koji role. This variable would be "kerberos" by default, and users could set it to "ssl" to enable SSL authentication.I think it's technically possible to permit SSL and GSSAPI simultaneously on the hub, so maybe we should enable both as often as we can to minimize the conditionals in templating.
The text was updated successfully, but these errors were encountered: