Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. samples/extauthz/cmd/extauthz/main_test.go

    	authv3 "github.com/envoyproxy/go-control-plane/envoy/service/auth/v3"
    	"google.golang.org/grpc"
    	"google.golang.org/grpc/codes"
    	"google.golang.org/grpc/credentials/insecure"
    )
    
    func TestExtAuthz(t *testing.T) {
    	server := NewExtAuthzServer()
    	// Start the test server on random port.
    	go server.run("localhost:0", "localhost:0")
    
    	// Prepare the HTTP request.
    	httpClient := &http.Client{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 23 16:58:02 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top