Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. istioctl/pkg/describe/describe.go

    		cfg := crdclient.TranslateObject(pa, config.GroupVersionKind(pa.GroupVersionKind()), "")
    		cfgs = append(cfgs, &cfg)
    	}
    
    	matchedPA := findMatchedConfigs(podsLabels, cfgs)
    	effectivePA := authn.ComposePeerAuthentication(meshCfg.RootNamespace, matchedPA)
    	printPeerAuthentication(writer, effectivePA)
    	if len(matchedPA) != 0 {
    		printConfigs(writer, matchedPA)
    	}
    
    	return nil
    }
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
Back to top