-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
bugError, flaw, or fault that causes unexpected behaviorError, flaw, or fault that causes unexpected behavior
Description
Describe the problem.
The client_id is the wrong field to authenticate users on the relay server. According to the documentation, the client id is:
The Globus Auth issued client id of the client to which this token was issued
This will be the proxystore client, not the user id. With this authentication method, all the users will be mapped to the same id. I think this can be fixed by just changing the equality method of the GlobusUser class.
How did you install ProxyStore?
From sourceProxyStore Version
main
Python Version
3.13
OS and Platform
WSL
Metadata
Metadata
Assignees
Labels
bugError, flaw, or fault that causes unexpected behaviorError, flaw, or fault that causes unexpected behavior