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

new feature: services::Http should suport presign when authentication is not required #4966

Closed
1 task done
NickCao opened this issue Aug 6, 2024 · 0 comments · Fixed by #4970
Closed
1 task done
Labels
enhancement New feature or request

Comments

@NickCao
Copy link
Contributor

NickCao commented Aug 6, 2024

Feature Description

Make services::Http support presign when connecting to public http servers.

Problem and Solution

The use case for presign is to grant access to certain resource without leaking the credentials. For public http servers, there are no credentials, therefore we can provide a trivial presign implementation by passing through the upstream server url, without weakening the security model.

Additional Context

This feature is useful in unit testing, for exercising the presign code path without having to setup a full minio or similar service.

Are you willing to contribute to the development of this feature?

  • Yes, I am willing to contribute to the development of this feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant