Azure / azure-storage-fuse

A virtual file system adapter for Azure Blob storage
Other
674 stars 209 forks source link

Move version checks from public container to static website #1550

Closed vibhansa-msft closed 4 days ago

vibhansa-msft commented 4 weeks ago

✅ What

Version check is done on a public container with anonymous access, but due to security issues the public access will be terminated soon. Now onwards the version check with work through a static website hosted on same storage account,

🤔 Why

Security vulnerability restricting anonymous access.

👩‍🔬 How to validate if applicable

Check the URI used to retrieve the latest version

🔖 Related links

NA

vibhansa-msft commented 4 weeks ago

Current changeset is getting an index.xml file from the website and expects it will have latest version written under \<latest> tag in that xml file.