Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConfigName (0.32 sec)

  1. pkg/config/validation/validation_test.go

    	}
    }
    
    func TestValidateRequestAuthentication(t *testing.T) {
    	cases := []struct {
    		name        string
    		configName  string
    		annotations map[string]string
    		in          proto.Message
    		valid       bool
    		warning     bool
    	}{
    		{
    			name:       "empty spec",
    			configName: constants.DefaultAuthenticationPolicyName,
    			in:         &security_beta.RequestAuthentication{},
    			valid:      true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
Back to top