Rune Gulbrandsen

Results 17 comments of Rune Gulbrandsen

I will just say that this issue is with other `Safe*` types too against other string attributes.. E.g. I am using `SafeUrl` against a `src` attribute in an `iframe`. I...

You are not using the --platform linux parameter, try that.. ` docker -H "npipe:////./pipe//docker_lcow" run --platform linux -ti busybox sh` Something like that...

@StefanIvemo Yes, I know that's possible, but that's not the point here and not desired way to do it. This was a simple example how to reproduce it, my real...

@WhitWaldo While I do agree in your method in the first post, I'm still a bit curios why that changed and on this place only... You could say the same...

@floriankoch Not sure why you want to retrieve the managed identity that way (since you haven't provided the code inside your modules), but from what I can read from your...

Well, as you can see, the URL is in basically wrong, it uses the absolute URI which contains the query string of the container `piranha-media` with the SAS key and...

I checked the code now; the problem is in the `GetPublicUrl` method of `BlobStorage`. It uses the `_blobContainerClient.Uri.AbsoluteUri` and just prepends the `media.Id` and `id` to it. This is wrong...

I can confirm this, for me the workaround is to stick on 2.6.2... :| I can't deploy that setting on all computers that pushing images.

> This would be a feature request. It's not possible to do this with existing RBAC of Azure App Configuration today. [This doc](https://learn.microsoft.com/en-us/azure/azure-app-configuration/howto-disable-access-key-authentication?tabs=portal#arm-template-access) has details. It's funny that Microsofts employees...

I also tried this using Bicep similar to the configuration below (our scripts are more complex, so this is just a boiler template of it after extracting it): ``` resource...