bc08ad6
diff --git a/server/odcs/server/config.py b/server/odcs/server/config.py
bc08ad6
index 4aade88..dc9d0c8 100644
bc08ad6
--- a/server/odcs/server/config.py
bc08ad6
+++ b/server/odcs/server/config.py
bc08ad6
@@ -280,6 +280,18 @@ class Config(object):
bc08ad6
             'type': str,
bc08ad6
             'default': None,
bc08ad6
             'desc': 'Koji config profile.'},
bc08ad6
+        'krb_ccache': {
bc08ad6
+            'type': str,
bc08ad6
+            'default': None,
bc08ad6
+            'desc': 'Kerberos ccache file to use for Koji auth.'},
bc08ad6
+        'krb_keytab': {
bc08ad6
+            'type': str,
bc08ad6
+            'default': None,
bc08ad6
+            'desc': 'Kerberos keytab to use for Koji auth.'},
bc08ad6
+        'krb_principal': {
bc08ad6
+            'type': str,
bc08ad6
+            'default': None,
bc08ad6
+            'desc': 'Kerberos principal to use for Koji auth.'},
bc08ad6
         'raw_config_urls': {
bc08ad6
             'type': dict,
bc08ad6
             'default': {},
3152777
diff --git a/server/odcs/server/pungi.py b/server/odcs/server/pungi.py
3152777
index 9dbd1d3..1d6d82d 100644
3152777
--- a/server/odcs/server/pungi.py
3152777
+++ b/server/odcs/server/pungi.py
3152777
@@ -222,7 +222,7 @@ class Pungi(object):
3152777
                     "Failed to remove temporary directory {!r}: {}".format(
3152777
                         td, str(e)))
3152777
 
3152777
-    def _unique_path(prefix):
3152777
+    def _unique_path(self, prefix):
3152777
         """
3152777
         Create a unique path fragment by appending a path component
3152777
         to prefix.  The path component will consist of a string of letter and numbers