Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createAuthorizationPolicy (0.35 sec)

  1. pilot/pkg/xds/workload_test.go

    	})
    	ads.ExpectEmptyResponse()
    
    	// Create policy, due to wildcard subscribe we should receive it
    	createAuthorizationPolicy(s, "policy1", "ns")
    	expect(ads.ExpectResponse(), "ns/policy1")
    
    	// A new policy should push only that one
    	createAuthorizationPolicy(s, "policy2", "ns")
    	expect(ads.ExpectResponse(), "ns/policy2")
    
    	deleteRBAC(s, "policy2", "ns")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top