Shane Holder

Results 24 comments of Shane Holder

Oddly enough I just ran into the same issue. I believe it is due to the .ConfigureAwait(false) in several places on the compression handlers. Based on https://msdn.microsoft.com/en-us/magazine/jj991977.aspx they suggest to...

So, I found the following: http://www.wearesicc.com/getting-started-with-umbraco-7-and-structuremap-v3/ There are some suggestions for changing how HttpContext and CurrentNestedContainer are retrieved, they seem to work in my case. That being said I am...

I also just hit this issue trying to create a vhub connection. using 2203.1. And also confirm that the change in main.tf adding ``` try(data.terraform_remote_state.remote[local.custom_variables.virtual_hub_lz_key].outputs.tfstates, {}) ``` to line 62...

It's been a while since this issue was reported and it seems that it is a blocker to building out a subscription vending machine scenario (which I am doing). I...

I just encountered this on a Linux function app. Updating the secret in KeyVault and restarting the app does not refresh the secrets. It is not practical to wait 24...

I've been hitting this issue as well. We use a data loss prevention tool that directs all HTTPs traffic through a set of servers that issue self signed certs. I've...

@dkwgit Yeah, we ran into that after we build containers and try to install software. We've been copying the root cert into projects and using the Docker build process to...

Unsure if the above mentioned fix was intended to address the initial problem reported, but I just tried 0.298.0 and I'm still having problems, this is on Win 10 with...

Coming back to this hoping for an update, but re-thinking my position on this. I perceive a need for this change because it seems that each policy that I apply...

Understood on the least privileged comment, however when you have several policies that are doing the same thing it potentially makes sense. For example policies for tag inheritance like as...