ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Core - Client UID is being set wrong from CLI/Python API #760

Closed dvstans closed 3 years ago

dvstans commented 3 years ago

When CLI authenticates, the m_client_ui in the DatabaseAPI code is being prefixed with "u/" twice causing anything that uses it to fail.

dvstans commented 3 years ago

It appears that the web service sends the UID without the prefix, but the CLI does include the prefix.