Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/controlplane/apiserver/options/validation.go

    	var errs []error
    
    	enableAttempted := options.ServiceAccountSigningKeyFile != "" ||
    		(len(options.Authentication.ServiceAccounts.Issuers) != 0 && options.Authentication.ServiceAccounts.Issuers[0] != "") ||
    		len(options.Authentication.APIAudiences) != 0
    
    	enableSucceeded := options.ServiceAccountIssuer != nil
    
    	if !enableAttempted {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 12:46:24 UTC 2023
    - 4.4K bytes
    - Viewed (0)
Back to top