kubernetes/plugin/pkg/auth/authorizer/webhook
Eric Chiang c8ca49ec88 plugin/pkg/auth/authorizer/webhook: log request errors
Currently the API server only checks the errors returned by an
authorizer plugin, it doesn't return or log them[0]. This makes
incorrectly configuring the wehbook authorizer plugin extremely
difficult to debug.

Add a logging statement if the request to the remove service fails
as this indicates misconfiguration.

[0] https://goo.gl/9zZFv4
2016-06-08 13:19:23 -07:00
..
certs_test.go *: add webhook implementation of authorizer.Authorizer plugin 2016-02-22 11:39:07 -08:00
gencerts.sh *: add webhook implementation of authorizer.Authorizer plugin 2016-02-22 11:39:07 -08:00
webhook.go plugin/pkg/auth/authorizer/webhook: log request errors 2016-06-08 13:19:23 -07:00
webhook_test.go Add LRU Expire cache to webhook authorizer. 2016-05-21 14:50:50 -07:00