Erik Swanson

Results 38 comments of Erik Swanson

This verbose logging is critical when trying to diagnose situations where the application you care about on a system is killed while it was using a small percentage of the...

@tomelliff Ideally, that would of course never happen. However, at-rest compromise of package repositories(/mirrors) does happen, that's a part of why the ability for signing to happen offline is a...

Would work to expose metrics for pulling by Prometheus ever be accepted? At my work we've been eliminating our statsd infrastructure and while sso looks promising, the fact that its...

@kfcampbell Any update on getting this into a release? It looks like the [4.27.0 milestone](https://github.com/integrations/terraform-provider-github/milestone/58) was missed by the release.

I'm really hoping #395 will be prioritized, as aside from the security improvements it would allow for a combinatoric decrease in the number of resources needed to manage a large...

The only possible workaround would be some awful exec resource to run a script that removes undesired access. Because this is kind of an essential function (preventing ACL drift), it...

Related: https://github.com/hashicorp/terraform-provider-tfe/issues/214

I consider it a serious bug that the MD5 is _ignored_. It's reasonable that the current implementation of the manager doesn't support specifying digests for uploads, but it's **not okay**...

> The v2 SDK's transfer manager re-uses the PutObject API call's input type, PutObjectInput It's a shame that this wasn't considered before the major version was tagged. I would hope...

I don't think this solves the use case: Specifically, the purpose of setting a content hash that is already known is that I need a guarantee that the upload will...