Felix Ehrenpfort
                                            Felix Ehrenpfort
                                        
                                    @jtopjian please correct me if I'm mistaken this is the code for heat, but it is missing how to define AutoScaling Resources. https://wiki.openstack.org/wiki/Heat/AutoScaling#The_AutoScaling_Resources That's why I would reopen this issue.
@myitcv Thanks for the clarification. I'm not sure if your repro is "correct". From a user-perspective it's clear that `x` is incomplete as either (differentiating) field `age` or `address` is...
My current solution to this problem is to change the ownership to `999:999` for the credentials file. ``` chown 999:999 1password-credentials.json ``` But this comes with it's own set of...
@lbenguigui I'm running into exactly the same issue, where the use case involves rate-limiting on the contents of the `Authorization` header's value. In an ideal world as a user, I...
@lbenguigui I would say I would extending said proposal with a third option, in denying those requests.
@ldemailly Hmm. my brain said I commented, obviously I didn't :sweat_smile:. Sorry for the late reply then. Exacly, HAR is just a [specification](http://www.softwareishard.com/blog/har-12-spec/) on to turn a HTTP request into...
There appears to be a well maintained Go [library](https://pkg.go.dev/github.com/google/martian/v3/har) for converting a http.Request into a HAR encoded JSON. Although, I'm not sure what Fortio's standpoint is on importing libraries, I...
@ldemailly any thoughts on how to move forward here. Happy to provide a PR the only two questions open to me are * Are you okay with pulling in another...
My 5 cent. I think restoring the original behavior would be the sane thing to do regardless, or properly announcing the breakage in the next release. I think it's important...
@rosmo, Thanks for taking care of this.