DataFed icon indicating copy to clipboard operation
DataFed copied to clipboard

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

Open dvstans opened this issue 4 years ago • 2 comments

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.

dvstans avatar May 25 '21 20:05 dvstans

Clarification

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

JoshuaSBrown avatar Dec 27 '22 19:12 JoshuaSBrown

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.

dvstans avatar Jan 26 '23 14:01 dvstans