apiserver/pkg/authentication/request/headerrequest
Ravi Gudimetla 1ee261d219 API Server Changes
This commit includes all the changes needed for APIServer. Instead of modifying the existing signatures for the methods which either generate or return stopChannel, we generate a context from the channel and use the generated context to be passed to the controllers which are started in APIServer. This ensures we don't have to touch APIServer dependencies.

Kubernetes-commit: 8b84a793b39fed2a62af0876b2eda461a68008c9
2022-03-07 09:20:45 -05:00
..
requestheader.go add the ability for dynamic header names in delegated authentication 2019-10-03 12:56:42 -04:00
requestheader_controller.go API Server Changes 2022-03-07 09:20:45 -05:00
requestheader_controller_test.go API Server Changes 2022-03-07 09:20:45 -05:00
requestheader_test.go rebase authenticators onto new interface. 2018-10-15 15:17:36 -07:00