URL signatures are secure mechanisms for granting temporary access to OSS objects. By adding a unique digital signature to a URL, you can control who can access your object and for how long. In Object Storage Service (OSS), a URL signature can be provided to a third party for authorized access. To follow security best practices, ensure that the URL signatures configured for your OSS objects are allowed only over HTTPS protocol.
Allowing object URL signatures over HTTPS ensures secure, encrypted transmission of authentication tokens, preventing interception and tampering by malicious entities. Restricting the URL signature to HTTPS helps prevent unauthorized access, data breaches, and maintains the integrity of the data being transferred, enhancing overall security measures.
Audit
To determine if your object URL signatures are configured to use HTTPS, perform the following operations:
Getting the URL signature protocol via Alibaba Cloud ossutil is not currently supported.Remediation / Resolution
To ensure that the URL signatures configured for your OSS objects are allowed only over HTTPS, perform the following operations:
References
- Alibaba Cloud Documentation
- Overview
- Download OSS objects by using simple download
- Authorize third-party users to download objects
- ossutil Documentation
- Run the ls command to list buckets, objects, and parts within an account
- sign