Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize the need for authorization for get_object to fasp.loc.DRSClient #5

Open
ianfore opened this issue Jul 28, 2022 · 0 comments

Comments

@ianfore
Copy link
Contributor

ianfore commented Jul 28, 2022

Authorization for get_object is currently specific to SBDRSClient.

Could generalize to base class.

Approaches

  1. Try no auth first then try with auth2.
    Performance?
  2. Record as a property of the DRS server
    get_object then performs auth if necessary
  3. Once discovered as in 1, cache this information and take the approach in 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant