The fix for #4503 introduced a lint failure
=============================================================================== Errors were found during the static code check. If you are certain that any of the reported errors are false positives, please mark them in the source code according to the pylint documentation. =============================================================================== ************* Module ipaserver.plugins.dogtag ipaserver/plugins/dogtag.py:1909: [E1123(unexpected-keyword-arg), kra.get_client] Unexpected keyword argument 'password_file' in constructor call) ipaserver/plugins/dogtag.py:1909: [E1120(no-value-for-parameter), kra.get_client] No value for argument 'certdb_password' in constructor call) make: *** [lint] Error 2
It only seems to appear if pki-base < 10.2.1-0.1.fc21 is present on the system. Lint passes if no pki-base is present.
master:
Metadata Update from @tbabej: - Issue assigned to tbabej - Issue set to the milestone: FreeIPA 4.2 Backlog
Login to comment on this ticket.