Skip to content
Snippets Groups Projects
Commit dc2f2061 authored by qweqweasdasd's avatar qweqweasdasd
Browse files

print authentication

parent cda1b8c1
No related branches found
No related tags found
No related merge requests found
......@@ -397,8 +397,7 @@ def import_dep_info(file_path, endpoints_to_scan):
auth_name = os.getenv('GMP_USER')
auth_passwd = os.getenv('GMP_PASSWORD')
print(auth_name, aut)
print(auth_name, auth_passwd)
logging.basicConfig(filename='debug.log', level=logging.DEBUG)
local_ip = socket.gethostbyname(socket.gethostname())
connection = TLSConnection(hostname=local_ip)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment