-
Notifications
You must be signed in to change notification settings - Fork 226
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
azblob AuthorizationFailure - This request is not authorized to perform this operation. #1060
Milestone
Comments
could you share your configuration with edited sensitive credentials?
|
Version 2.6.4
|
i tried to reproduce https://replit.com/@Slach/AzblobUrlParse?v=1 could you try without azblob:
account_name: REDACTED
account_key: "your account key"
sas: "" |
I don't have an account key, I need to use a sas token |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using azblob, clickhouse-backup converts the "T" between the date and the time to lowercase, ie.: "2024-12-09t14" instead of "2024-12-09T14", which results in authorization error.
It also adds "restype=container" to the SAS token specified for "sas", which leads to the error "The requested URI does not represent any resource on the server".
The text was updated successfully, but these errors were encountered: