However there seems to be a styling bug, which I found quite amusing :)
By inspecting the HTML I was able to see the appsetting keys.
I still wonder if it is possible to add whitelists from appsetting as well or one should just resort to whitelisting the full azure domain
This works because the imageprocessor parses the url from right to left - so any subdomain is automatically valid. Arguably it would be a little more secure to narrow it down to a single storage container, but I'd rather not have these names float around in my security.config file :)
How to use appsettings or azure keyvault in Imageprocessor/security.config?
Hi,
I'm integrating Azure Blob storage in an umbraco, which has been pretty smooth. The solution already uses Azure Keyvault.
It's running on the .net framework in Umbraco version 8+.
I'd like my container name to be read from app settings but how can this be achieve? Right now I have my storageAccount hardcoded in
"config/imageprocessor/security.config"
My entire security.config looks like this:
Is this possible? :)
Thanks a lot!
I have figured it out. It is actually documented in here
https://our.umbraco.com/Documentation/Extending/FileSystemProviders/Azure-Blob-Storage/index-v8
However there seems to be a styling bug, which I found quite amusing :)
By inspecting the HTML I was able to see the appsetting keys.
I still wonder if it is possible to add whitelists from appsetting as well or one should just resort to whitelisting the full azure domain
This works because the imageprocessor parses the url from right to left - so any subdomain is automatically valid. Arguably it would be a little more secure to narrow it down to a single storage container, but I'd rather not have these names float around in my security.config file :)
is working on a reply...