Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TokenFunc (0.07 sec)

  1. pkg/kubeapiserver/authenticator/config.go

    			config:              config,
    			jwtAuthenticatorPtr: jwtAuthenticatorPtr,
    		}).updateAuthenticationConfig
    
    		tokenAuthenticators = append(tokenAuthenticators,
    			authenticator.TokenFunc(func(ctx context.Context, token string) (*authenticator.Response, bool, error) {
    				return jwtAuthenticatorPtr.Load().jwtAuthenticator.AuthenticateToken(ctx, token)
    			}),
    		)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 19:29:33 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top