Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nextch (0.14 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/policies.go

    	}, krt.WithName("DefaultAllowFromWaypointPolicies"))
    
    	DefaultPolicy := krt.NewSingleton[model.WorkloadAuthorization](func(ctx krt.HandlerContext) *model.WorkloadAuthorization {
    		if len(krt.Fetch(ctx, PeerAuths)) == 0 {
    			return nil
    		}
    		meshCfg := krt.FetchOne(ctx, MeshConfig.AsCollection())
    		// If there are any PeerAuthentications in our cache, send our static STRICT policy
    		return &model.WorkloadAuthorization{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top