Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestRBACConvert (0.23 sec)

  1. architecture/ambient/peer-authentication.md

    The above policies reject unauthenticated traffic at the ztunnel unless its destination is port 9090. For more complete examples, read through the [test cases](../../pilot/pkg/serviceregistry/kube/controller/ambientindex_test.go) in the `TestRBACConvert` function.
    
    ## PeerAuthentication and the Waypoint Proxy
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 22:09:18 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	for _, addr := range addrs {
    		if got.Contains(addr.ResourceName()) {
    			t.Fatalf("got duplicate address %v", addr.ResourceName())
    		}
    		got.Insert(addr.ResourceName())
    	}
    }
    
    func TestRBACConvert(t *testing.T) {
    	files := file.ReadDirOrFail(t, "testdata")
    	if len(files) == 0 {
    		// Just in case
    		t.Fatal("expected test cases")
    	}
    	for _, f := range files {
    		name := filepath.Base(f)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top