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

Allow Customization of port, host, and scheme in presigned Functions for Enhanced Security #101

Open
mskayali opened this issue Jan 17, 2025 · 0 comments

Comments

@mskayali
Copy link

The presigned functions in the following file:
https://github.com/xtyxtyx/minio-dart/blob/3a59a0d277a69719d98108ce6ddae2ec82f8b320/lib/src/minio_sign.dart

Currently, these functions rely on URL information defined in the Minio client. However, when generating presigned URLs, the server URL is used for signing. Due to security concerns, the server URL may differ for internal (intra-network) and external (internet-facing) networks.

To address this, it is necessary to allow optional customization of the port, host, and scheme parameters when generating presigned URLs. This enhancement would provide greater flexibility and address potential security concerns when using different network configurations.

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