Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for istio_converted_static_strict (0.68 sec)

  1. pilot/pkg/xds/workload_test.go

    	createPeerAuthentication(s, "policy1", "ns", &v1beta1.PeerAuthentication{})
    	expectAddedAndRemoved(ads.ExpectResponse(), []string{"istio-system/istio_converted_static_strict"}, nil)
    
    	createPeerAuthentication(s, "policy2", "ns", &v1beta1.PeerAuthentication{
    		Mtls: &v1beta1.PeerAuthentication_MutualTLS{
    			Mode: v1beta1.PeerAuthentication_MutualTLS_PERMISSIVE,
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/authorization.go

    	"istio.io/istio/pkg/config/schema/kind"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/util/sets"
    	"istio.io/istio/pkg/workloadapi/security"
    )
    
    const (
    	staticStrictPolicyName = "istio_converted_static_strict" // use '_' character since those are illegal in k8s names
    )
    
    func (a *index) Policies(requested sets.Set[model.ConfigKey]) []model.WorkloadAuthorization {
    	// TODO: use many Gets instead of List?
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 16:23:36 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    const (
    	xdsConvertedPeerAuthSelector       = "converted_peer_authentication_selector"
    	xdsConvertedPeerAuthSelectorStrict = "converted_peer_authentication_selector-strict"
    	xdsConvertedStaticStrict           = "istio_converted_static_strict"
    	xdsGlobal                          = "global"
    	xdsGlobalSelector                  = "global-selector"
    	xdsNamespace                       = "namespace"
    	xdsSelector                        = "selector"
    )
    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