is token auth supported for UOPY ???
Can't seem to make it work. It's invalid login all the time. OS User logins O.K.
My token :
TOKEN_DEF_BEGINTokenType=2TokenId=dlopez@TESTSITETokenPass=*not shown*OSUserId=dlopezAllowedServices=UVCS,UVSERVERMembers=*quiterDomains=TOKEN_DEF_ENDMy code:
import uopyprint(uopy.config.connection)with uopy.connect(user='dlopez@TESTSITE', password='xxxxxxxx'): cmd = uopy.Command("LIST VOC") cmd.run() print(cmd.response)My client config :
[connection]host = ec2-18-100-159-141.eu-south-2.compute.amazonaws.comaccount = TEST1port = 31438timeout = 100service = uvcsssl = Falseencoding=iso-8859-1[ssl_auth]server_cert_file="c:\\temp\\desktop-ppdt4ds.crt"[pooling]pooling_on = Falsemax_wait_time = 60idle_remove_threshold = 300idle_remove_interval = 300min_pool_size = 5max_pool_size = 15[logging]level = DEBUGbackup_count = 10log_data_max_size = 256------------------------------
David Ricardo Lopez Bonaechea
Director of Software Strategy
Quiter Servicios Informaticos SL
Santander ES
------------------------------