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

locale setting affects blobstorage connection #6085

Open
xjsxujingsong opened this issue Oct 9, 2024 · 1 comment
Open

locale setting affects blobstorage connection #6085

xjsxujingsong opened this issue Oct 9, 2024 · 1 comment
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files)

Comments

@xjsxujingsong
Copy link

xjsxujingsong commented Oct 9, 2024

I can successfully build and use this library to connect blobstorage and upload files. But after updating locale settings in ubuntu docker container, it failed giving the following log

Status Code: 403, Reason Phrase: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature., 403 Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:e4949b8d-e01e-004d-1b52-1a56d1000000
Time:2024-10-09T13:55:41.4478285Z
Request ID: e4949b8d-e01e-004d-1b52-1a56d1000000

What I changed

apt-get -y install locales
vim /etc/locale.gen
#enable en_US.UTF-8
locale-gen
update-locale en_US.UTF-8

When I changed it to "en_US.ISO-8859-15", the connection to blobstorage was successful.
I am guessing this is caused by the setting in the my blobstorage account?

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files) labels Oct 9, 2024
Copy link

github-actions bot commented Oct 9, 2024

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Jinming-Hu @microzchang @vinjiang.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

1 participant