Doug Tabacco

Results 13 comments of Doug Tabacco

I would love to see this - not sure what the best syntax is, though. Too bad # is already spoken for.

I've opened https://github.com/leth/PHP-IPAddress/pull/36 to start the ball rolling on releasing 2.0.0 with PHP8 support.

It could be separate - it's the same API as the rest, so it makes sense to lump them together - but it does seem like it shifts the concept...

The health check issues noted above are a real shortcoming. Even just including which container caused the failure in the ECS event history would be incredibly helpful.

Yeah just to be clear, my ask here was originally inspired by that outage, but not directly related to it. It'd be great to have a mirror of the builds...

It's not explicitly specified, except that it's a case-sensitive string: https://datatracker.ietf.org/doc/html/rfc7517#section-4.5 In the wild, I've observed JWK data with an extra key containing a kid of "" from [Teleport](https://goteleport.com/), so...

Having suggested this, I do recognize that my potential config example would suggest to users that changing the value of the "secret_string" value would cause the secret to be updated...

I was thinking even simpler, which is to just initialize empty (or with a fixed value) but allowing for the generation of a seed secret would be even better.

That's hypothetical, the current implementation doesn't offer a secret_string argument. If you create just a secret and then try to pull it, you'll get an error saying that there's no...