Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SigningAlgs (0.07 sec)

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

    		SystemNamespaces:                    []string{"kube-system", "kube-public", "default"},
    	}
    
    	expected.Authentication.OIDC.UsernameClaim = "sub"
    	expected.Authentication.OIDC.SigningAlgs = []string{"RS256"}
    
    	if !s.Authorization.AreLegacyFlagsSet() {
    		t.Errorf("expected legacy authorization flags to be set")
    	}
    	// setting the method to nil since methods can't be compared with reflect.DeepEqual
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. cmd/kube-apiserver/app/options/options_test.go

    		CloudProvider: &kubeoptions.CloudProviderOptions{
    			CloudConfigFile: "/cloud-config",
    			CloudProvider:   "azure",
    		},
    	}
    
    	expected.Authentication.OIDC.UsernameClaim = "sub"
    	expected.Authentication.OIDC.SigningAlgs = []string{"RS256"}
    
    	if !s.Authorization.AreLegacyFlagsSet() {
    		t.Errorf("expected legacy authorization flags to be set")
    	}
    
    	// setting the method to nil since methods can't be compared with reflect.DeepEqual
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top