ContainerImage.Pinniped/internal/concierge/impersonator
Ryan Richard 80ff5c1f17 Fix bug which prevented watches from working through impersonator
Also:
- Changed base64 encoding of impersonator bearer tokens to use
  `base64.StdEncoding` to make it easier for users to manually
  create a token using the unix `base64` command
- Test the headers which are and are not passed through to the Kube API
  by the impersonator more carefully in the unit tests
- More WIP on concierge_impersonation_proxy_test.go

Signed-off-by: Margo Crawford <margaretc@vmware.com>
2021-02-22 17:23:11 -08:00
..
config_test.go Move starting/stopping impersonation proxy server to a new controller 2021-02-11 17:25:52 -08:00
config.go Move starting/stopping impersonation proxy server to a new controller 2021-02-11 17:25:52 -08:00
impersonator_test.go Fix bug which prevented watches from working through impersonator 2021-02-22 17:23:11 -08:00
impersonator.go Fix bug which prevented watches from working through impersonator 2021-02-22 17:23:11 -08:00