ORNL / DataFed

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

DB - Refactor all alias resolve calls to use context ID not current client #761

Open dvstans opened 3 years ago

dvstans commented 3 years ago

There is now a need to resolve aliases based on users other than the authenticated client - and for projects. The support library methods for this work only for the authenticated user.

JoshuaSBrown commented 1 year ago

Clarification

What changed, or what functionality or use case warrants this now?

dvstans commented 1 year ago

The original DB implementation made assumptions about aliases before the ability to set a context was added (i.e. working as a project). I think this may have been fixed, but need to review the code to be sure.