koji-playbooks icon indicating copy to clipboard operation
koji-playbooks copied to clipboard

support SSL authentication

Open ktdreyer opened this issue 4 years ago • 1 comments

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.

ktdreyer avatar May 20 '20 18:05 ktdreyer