Update from upstream #11
@ -129,11 +129,11 @@ def get_compose_info(
|
|||||||
|
|
||||||
|
|
||||||
def get_authentication(conf):
|
def get_authentication(conf):
|
||||||
from requests_kerberos import HTTPKerberosAuth
|
|
||||||
|
|
||||||
authentication = None
|
authentication = None
|
||||||
cts_keytab = conf.get("cts_keytab", None)
|
cts_keytab = conf.get("cts_keytab", None)
|
||||||
if cts_keytab:
|
if cts_keytab:
|
||||||
|
from requests_kerberos import HTTPKerberosAuth
|
||||||
|
|
||||||
authentication = HTTPKerberosAuth()
|
authentication = HTTPKerberosAuth()
|
||||||
return authentication
|
return authentication
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user