apiserver/pkg/storage/value/encrypt/secretbox
Steve Kuznetsov af1cb1cefe storage: transformers: pass a context.Context
When an envelope transformer calls out to KMS (for instance), it will be
very helpful to pass a `context.Context` to allow for cancellation. This
patch does that, while passing the previously-expected additional data
via a context value.

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>

Kubernetes-commit: 27312feb9983c18d1daf00afba788727d024cdd0
2022-02-17 07:29:44 -08:00
..
secretbox.go storage: transformers: pass a context.Context 2022-02-17 07:29:44 -08:00
secretbox_test.go storage: transformers: pass a context.Context 2022-02-17 07:29:44 -08:00