deads2k 
							
						 
					 
					
						
						
							
						
						0d8e6b8500 
					 
					
						
						
							
							move genericapiserver authenticator and authorizer factories  
						
						
						
						
					 
					
						2017-01-26 08:50:47 -05:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						4077e0bba7 
					 
					
						
						
							
							genericapiserver: move authn plugins into k8s.io/apiserver  
						
						
						
						
					 
					
						2017-01-24 20:56:03 +01:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						469df12038 
					 
					
						
						
							
							refactor: move ListOptions references to metav1  
						
						
						
						
					 
					
						2017-01-23 17:52:46 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						cdb2934bbc 
					 
					
						
						
							
							remove kubernetes copy of clientcmd types  
						
						
						
						
					 
					
						2017-01-19 07:39:19 -05:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						bf307d9948 
					 
					
						
						
							
							genericapiserver: cut off pkg/serviceaccount dependency  
						
						
						
						
					 
					
						2017-01-17 09:36:10 +01:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						f1176d9c5c 
					 
					
						
						
							
							mechanical repercussions  
						
						
						
						
					 
					
						2017-01-13 08:27:14 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						c4fae4e690 
					 
					
						
						
							
							mechanical repercussions  
						
						
						
						
					 
					
						2017-01-11 15:20:36 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						6a4d5cd7cc 
					 
					
						
						
							
							start the apimachinery repo  
						
						
						
						
					 
					
						2017-01-11 09:09:48 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						4d7fcae85a 
					 
					
						
						
							
							mechanicals  
						
						
						
						
					 
					
						2017-01-05 11:14:27 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						ca58ec0237 
					 
					
						
						
							
							mechanical changes for move  
						
						
						
						
					 
					
						2017-01-04 10:27:05 -05:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						742ef34484 
					 
					
						
						
							
							Convert user/group * to match authenticated users only in ABAC  
						
						
						
						
					 
					
						2016-12-19 13:41:35 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						518d5500c7 
					 
					
						
						
							
							remove testapi.Default.GroupVersion  
						
						
						
						
					 
					
						2016-10-07 10:10:54 -04:00 
						 
				 
			
				
					
						
							
							
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						61409c821b 
					 
					
						
						
							
							Turn embedding into composition: master.Config.{Config -> GenericConfig}  
						
						
						
						
					 
					
						2016-09-29 08:09:39 +02:00 
						 
				 
			
				
					
						
							
							
								Eric Chiang 
							
						 
					 
					
						
						
							
						
						b4eaf625a0 
					 
					
						
						
							
							pkg/genericapiserver/options: don't import pkg/apiserver  
						
						... 
						
						
						
						Refactor the authorization options for the API server so
pkg/apiserver isn't directly imported by the options package. 
						
						
					 
					
						2016-08-18 13:01:50 -07:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						60dd4a5d26 
					 
					
						
						
							
							interesting changes to add tokenreviews endpoint to implement webhook  
						
						
						
						
					 
					
						2016-08-03 08:37:45 -04:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						4d0d115690 
					 
					
						
						
							
							Revert "add tokenreviews endpoint to implement webhook"  
						
						
						
						
					 
					
						2016-07-21 09:40:35 +02:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						2c4a9f2e8d 
					 
					
						
						
							
							interesting changes to add tokenreviews endpoint to implement webhook  
						
						
						
						
					 
					
						2016-07-20 15:11:56 -04:00 
						 
				 
			
				
					
						
							
							
								Michal Rostecki 
							
						 
					 
					
						
						
							
						
						fa0dd46ab7 
					 
					
						
						
							
							Return (bool, error) in Authorizer.Authorize()  
						
						... 
						
						
						
						Before this change, Authorize() method was just returning an error,
regardless of whether the user is unauthorized or whether there
is some other unrelated error. Returning boolean with information
about user authorization and error (which should be unrelated to
the authorization) separately will make it easier to debug.
Fixes  #27974  
						
						
					 
					
						2016-07-18 12:06:54 +02:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						f6f1ab34aa 
					 
					
						
						
							
							authorize based on user.Info  
						
						
						
						
					 
					
						2016-07-14 07:48:42 -04:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						f3de21bdf0 
					 
					
						
						
							
							move integration tests into individual pacakges  
						
						... 
						
						
						
						Signed-off-by: Mike Danese <mikedanese@google.com > 
						
						
					 
					
						2016-07-07 00:54:15 -07:00