ContainerImage.Pinniped/internal/oidc/dynamiccodec
Andrew Keesler e2aad48852
internal/oidc/dynamiccodec: loosen test to reduce flakes
When we try to decode with the wrong decryption key, we could get any number of
error messages, depending on what failure mode we are in (couldn't authenticate
plaintext after decryption, couldn't deserialize, etc.). This change makes the
test weaker, but at least we know we will get an error message in the case where
the decryption key is wrong.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-12-11 11:49:27 -05:00
..
codec.go Set lifespans on state and CSRF cooking encoding 2020-12-11 11:49:22 -05:00
codec_test.go internal/oidc/dynamiccodec: loosen test to reduce flakes 2020-12-11 11:49:27 -05:00