Oliver Hookins

Results 29 issues of Oliver Hookins

If you wrap your websocket Handler in `report.JSON` you end up with something like this: ``` 2017/01/10 14:15:43 websocket: response does not implement http.Hijacker ```

https://github.com/streadway/handy/blob/master/retry/strategy.go#L94 The comparison is actually greater than or equal to. Either the function name should be something like `Geq` or the condition should be just greater than.

Agent version: v3.33.3 Sadly I don't have a whole lot of diagnostic information but I'm happy to generate more and provide it. The last few months we have been using...

## Feature Request ### Background / Motivation I just got PVCs working to back some of our in-stack databases and noticed that when I `garden delete service`, the PVCs are...

feature request

## Bug ### Current Behavior We have a symlinked directory due to some internal node modules that needs to be copied (probably the symlink rather than the whole directory. For...

## Feature Request ### Background / Motivation According to the [AWS EKS Best Practices Guide](https://aws.github.io/aws-eks-best-practices/security/docs/iam/#restrict-access-to-the-instance-profile-assigned-to-the-worker-node), when using IRSA you should set the instance metadata service to IMDSv2 and the hop...

feature request

https://developer.fastly.com/reference/api/vcl-services/rate-limiter/ It would be nice to have this feature supported so that we can configure the edge rate limiting via Terraform.

enhancement
feature request
requires internal discussion

**Is your feature request related to a problem?** Right now if you want a dynamic environment based on configured Ingresses, but also includes TLS protection (for example development or demo...

kind/feature

### Terraform CLI and Provider Versions Terraform 1.1.8 hashicorp/random 3.4.0 - 3.4.3 ### Terraform Configuration ```terraform resource "random_pet" "db_username" { length = 2 separator = "" } ``` ### Expected...

bug

### Terraform CLI and Provider Versions Terraform 1.3.2 TLS provider 4.0.0 or higher ### Terraform Configuration ```terraform resource "tls_self_signed_cert" "example" { private_key_pem = tls_private_key.example.private_key_pem is_ca_certificate = true subject { organization...

bug