Commit Graph

17 Commits

Author SHA1 Message Date
Justin Santa Barbara 31bb16d4d1 Add context.Context to most signatures
The client-go signature for most methods adds a context.Context
object, and also makes Options mandatory.  Feed through a
context.Context through many of our methods (but use context.TODO to
stop it getting totally out of hand!)
2020-04-11 14:44:17 -04:00
Ciprian Hacman 55aeafb9c3 Fix node-authorizer/pkg/server staticcheck failure 2020-02-28 09:38:42 +02:00
Justin Santa Barbara 2a2e884db0
Replace deprecated/removed prometheus metrics methods 2020-01-17 06:35:21 -05:00
tanjunchen d6db19ed20 fix-up staticcheck problems 2019-10-29 13:54:27 +08:00
tanjunchen 7f64de4c34 fix-up some spelling mistakes 2019-09-29 21:45:47 +08:00
mikesplain 9e55b8230a Update copyright notices
Also cleans some white spaces
2019-09-09 14:47:51 -04:00
Kashif Saadat 3bfef56ed3 Fix typo on node-authorizer prometheus metric 2019-05-30 15:32:28 +01:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 4f0169bb79 codegen 2019-01-16 09:30:40 -07:00
Rohith a907550e0b Node Authorizer Recovery Middleware
- adding a recovery middles to capture panics
2018-11-20 13:55:26 +00:00
mooncake 364834107e Fix some typos
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-06 23:43:29 +08:00
Rohith aa700961b5 - fixing up the prometheus metrics annotation to indicates a https scheme 2018-10-03 11:39:35 +01:00
Rohith 2ce1df88cc - fixing the logging message, variable were wrong way around 2018-10-03 11:39:35 +01:00
Rohith 97dc2beb71 Node Authorizer Client Fix
- fixing up the client for reboots ... somewhat of a oversight on my part :-)
- added the reason to the node denial message
2018-10-03 11:39:35 +01:00
Rohith 92115b2341 - dropping the specific flags and using a genenic --feature gate model for the authorizers, meaning i don't need to come back to the API whenever we want to make changes 2018-07-06 20:15:18 +01:00
Rohith 7911999a29 Request Changes
- making the requested changes to the node-authorizer
2018-07-06 20:14:35 +01:00
Rohith 79cff25eb4 - fixing up on the comments raised by on the review 2018-07-06 20:14:35 +01:00
Rohith 528117b631 - adding the node authorization service into kops
- updated the Makefile to build the image (i think)
2018-07-06 20:14:35 +01:00