krisatverbidio

Results 4 comments of krisatverbidio

This happened to me when I was using a patched version of kube2iam to disable sensitive metadata. It was preventing the `/{version}/meta-data/network/interfaces/macs/` endpoint from being passed through. Resolving that issue...

@danielgtaylor It looks like in the case of a slice of `[]*http.Cookie`, it is nesting into the cookie object. So it seems if we can stop nesting if it is...

I believe that format tag is only for string data types. If you want to have a specific format provided in an input for a time.Time, you will probably need...

@coury-clark I think @danielgtaylor would have to chime in on the intention. But my answer is based on the docs. Where the formats are described in the [documentation](https://huma.rocks/features/request-validation/), it explicitly...