Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AuthNFilter (0.29 sec)

  1. pilot/pkg/security/authn/policy_applier_test.go

    				},
    			},
    			expected: nil,
    		},
    	}
    	for _, c := range cases {
    		t.Run(c.name, func(t *testing.T) {
    			got := newPolicyApplier("root-namespace", c.jwtIn, c.peerIn, &model.PushContext{}).AuthNFilter(c.forSidecar)
    			if !reflect.DeepEqual(c.expected, got) {
    				t.Errorf("got:\n%v\nwanted:\n%v\n", humanReadableAuthnFilterDump(got), humanReadableAuthnFilterDump(c.expected))
    			}
    		})
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
Back to top