Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestJwtFilter (0.13 sec)

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

    	"istio.io/istio/pkg/config/host"
    	"istio.io/istio/pkg/jwt"
    	protovalue "istio.io/istio/pkg/proto"
    	istiotest "istio.io/istio/pkg/test"
    	"istio.io/istio/pkg/test/util/assert"
    )
    
    func TestJwtFilter(t *testing.T) {
    	ms, err := test.StartNewServer()
    	if err != nil {
    		t.Fatal("failed to start a mock server")
    	}
    
    	jwksURI := ms.URL + "/oauth2/v3/certs"
    
    	cases := []struct {
    		name          string
    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