Mounting using a config file and SAS token #918
-
We are trying to mount using a SAS token so that we can provide read only access to the blob container. Here is the error message we are getting: Unable to start blobfuse due to a lack of credentials. Please check the readme for valid auth setups |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
@sbillsbo Have you manged to resolve your issue? Maybe I can assist. |
Beta Was this translation helpful? Give feedback.
-
SAS need to have execute permission to list directories. Just having read access may not work. Kindly check the SAS permissions and verify. |
Beta Was this translation helpful? Give feedback.
-
We decided to go another way. We used a token with Read write and used chmod 444 on the directory where the share is mounted to make it read only.
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows
From: Vikas ***@***.***>
Sent: Thursday, October 6, 2022 9:52 PM
To: ***@***.***>
Cc: ***@***.***>; ***@***.***>
Subject: Re: [Azure/azure-storage-fuse] Mounting using a config file and SAS token (Discussion #918)
SAS need to have execute permission to list directories. Just having read access may not work. Kindly check the SAS permissions and verify.
—
Reply to this email directly, view it on GitHub<#918 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVZ64EGQD77DBTHJWYQZJA3WB6T6XANCNFSM6AAAAAAQXGXVVQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
So its working for you now or you are still facing some issue with access? |
Beta Was this translation helpful? Give feedback.
-
It is working fine. Thanks.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Vikas Bhansali ***@***.***>
Sent: Wednesday, October 26, 2022 9:20:00 PM
To: Azure/azure-storage-fuse ***@***.***>
Cc: sbillsbo ***@***.***>; Mention ***@***.***>
Subject: Re: [Azure/azure-storage-fuse] Mounting using a config file and SAS token (Discussion #918)
So its working for you now or you are still facing some issue with access?
—
Reply to this email directly, view it on GitHub<#918 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVZ64EGKH6JZDX5O6Z2AR53WFH7HBANCNFSM6AAAAAAQXGXVVQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
SAS need to have execute permission to list directories. Just having read access may not work. Kindly check the SAS permissions and verify.