Louis Garman

Results 16 comments of Louis Garman

I've deferred to the Terraform Cloud API docs for many decisions, including which status codes to return. In this particular case, see the [Create Organization](https://www.terraform.io/docs/cloud/api/organizations.html#create-an-organization) documentation. If you can demonstrate...

Hello @zmarouf, yes, IRSA will almost certainly work. Does IRSA require an EKS cluster? If so, would you be willing to test etok and IRSA on an EKS cluster? I...

S3 persistence/backup: #88

Could do, could do. Suppose you're talking about Ginkgo? However, I think you can do a lot with the `testing` package and `go test`. Take a look at the e2e...

Looks really good Fergal, nice work. We'll revisit this once the project reaches that point of complexity. It's still early days but it's good to know what's possible. Thorough E2E...

Freakish timing! I was going to raise the same issue today - I've run into the dreaded HTTP/1.1 maximum of 6 open connections. HTTP/2 defaults to 100.

This has tripped me up as well (The docs say you can use `TESTCONTAINERS_RYUK_DISABLED=true` to disable the reaper but support for this was only added _after_ the latest tagged release...

Closing. The traditional imperative test suites are working very nicely.

I can replicate the error message with the following: ```bash gsutil iam ch serviceAccount:[email protected]:legacyObjectReader,legacyBucketWriter gs://-badges/ BadRequestException: 400 Invalid Value ``` Which strongly suggests `$GOOGLE_CLOUD_PROJECT` isn't resolving to anything. Setting a...

Thank you @meowgorithm for the fast response. To be honest I've been hitting this issue in my [app](https://github.com/leg100/pug). I've attempted for the last few days to incorporate high performance rendering,...