The client tries to authenticate even if a token is already provided to it
Bug #1699719 reported by
Andras Kovi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-mistralclient |
New
|
Undecided
|
Unassigned |
Bug Description
The client tries to authenticate even if a session or auth is already provided to it. This is problematic because it may not be possible to re-authenticate and wastes resources. The client should accept the token it is passed and as long as the connection parameters are sufficient, it should simply connect to the server and leave the token verification to the server side.
Note: other OS service clients do not re-authenticate.
Reproduce:
v2.client.
To post a comment you must log in.