umbraco-community / UmbracoFileSystemProviders.Azure

:cloud: An Azure Blob Storage IFileSystem provider for Umbraco
96 stars 67 forks source link

Added support for key vault storage #182

Closed RachBreeze closed 3 years ago

RachBreeze commented 3 years ago

This fix is for #125

Azure key vault storage does not support "." or ":" in the key name section in the <appSettings> element of the web.config. This PR resolves this by replacing "." or ":" in the key name with "-" as a fallback option.

This has been created after a client requested the implementation of Azure key vault falling a pen test review of the site.

Looking forward to hearing your feedback

Jeavon commented 3 years ago

Fantastic @RachBreeze Thank you!

Jeavon commented 3 years ago

Released in v2.0.1

RachBreeze commented 3 years ago

Thank you too @Jeavon