Comment 0 for bug 1718211

Revision history for this message
Akshay Arora (akshayarora) wrote :

https://github.com/openstack/python-kingbirdclient/blob/master/kingbirdclient/api/v1/client.py#L123

here we are using insecure parameter for token-based authentication but ideally, the insecure parameter should not be used for token-based authentication

so it is suggested to remove that parameter.

Current-scenario:

kingbird sync list --os-auth-token gAAAAABZwQwkeHNopwdDfE63FnZR37MLeyEMRc1d0WLDSOtEU86Y6rWS8kPV5gwiv52JsxictlIOnvXdwE_biwJP5u0csBkrZzvxyjQQ3BnCcNwEVWa0hd4tOTPxzNoyudAA29Kr-kZPbNpwrDAyjVLEdXG5s0ArqrWd7fa5XujcV1CVYIabKbE
ERROR (app) __init__() got an unexpected keyword argument 'insecure'

ideal scenario:

kingbird sync list --os-auth-token gAAAAABZwQwkeHNopwdDfE63FnZR37MLeyEMRc1d0WLDSOtEU86Y6rWS8kPV5gwiv52JsxictlIOnvXdwE_biwJP5u0csBkrZzvxyjQQ3BnCcNwEVWa0hd4tOTPxzNoyudAA29Kr-kZPbNpwrDAyjVLEdXG5s0ArqrWd7fa5XujcV1CVYIabKbE