ContainerImage.Pinniped/cmd/local-user-authenticator
Andrew Keesler 19c671a60a
cmd/local-user-authenticator: go back to use TokenReview structs
So I looked into other TokenReview webhook implementations, and most
of them just use the json stdlib package to unmarshal/marshal
TokenReview payloads. I'd say let's follow that pattern, even though
it leads to extra fields in the JSON payload (these are not harmful).

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-09-11 16:12:43 -04:00
..
main.go cmd/local-user-authenticator: go back to use TokenReview structs 2020-09-11 16:12:43 -04:00
main_test.go cmd/local-user-authenticator: go back to use TokenReview structs 2020-09-11 16:12:43 -04:00