Calle Pettersson
Calle Pettersson
Hey @ztmr, Not at the moment, but it'd definitely be in scope to add as a resource if there is a good use case. One snag will be that the...
Hi @fardarter, I'm not familiar with Azure Devops, so unsure exactly what is exposed to the runners there automatically. Perhaps they consider the ARM_* environments too sensitive to expose to...
Hi @jecnua, Agree that the error is a bit vague, but that is something that needs to be fixed in the upstream sops library. Could you first see if the...
Hi @abhisheksinghrathod, I wasn't able to replicate this, I'm afraid. I've added some tests on this, which seem to work, and bumped the sops library. While this didn't affect my...
Hi @colemickens, Agree that it would be a nice thing! However, as you found, there's no interface for it at the moment :( The Hashicorp team doesn't appear to have...
Hi @byakku, The (sadly quite unhelpful) error message comes directly from Sops, and basically means that it couldn't find any working keys to decrypt with. In your case, this would...
Hey @ahawkins, Thanks for the PR! I'm not sure I think this is the right way to go. It'd be much better if a proper solution (if needed - from...
Hi @koikonom, I haven't seen this for a while (but haven't been pushing that workspace very hard on the other hand). There's an internal ticket (#25285) with quite a bit...
For reference, this is a [sample wsdl](https://gist.github.com/carlpett/ea49f047746e75c0ed1da964e40e6e4a) from the system I integrate with. And this request doesn't work: ```xml ``` While this does: ```xml ```
I dug into this a bit more recently and found the tracing being hooked up here: https://github.com/golang/appengine/blob/b6ce0843b556e44e6416df5c2fd05db0869cc8d4/internal/api.go#L404-L406 It seems that the reason for the spans getting connected to the root...