#2749 web: optional KojiHubCA usage
Merged by tkopecek. Opened by tkopecek.
tkopecek/koji issue2742  into  master

Download 2749.patch

Fixes: https://pagure.io/koji/issue/2742

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

pretty please pagure-ci rebuild

pretty please pagure-ci rebuild

rebased onto 531b37c21ba2d8b674c34c3053c06b1094d61595

:thumbsup:

The previous code used get(), and the new code just refers to the dict key directly. Will this end up with a KeyError if KojiHubCA is not defined in options?

It is option which has default in wsgi_publisher.py so it should be never non-existent.

It is option which has default in wsgi_publisher.py so it should be never non-existent.

Ok, thanks for explaining.

Metadata Update from @jobrauer:
- Pull-request tagged with: testing-done

Commit ed04738b fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata