Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for externalservice (0.26 sec)

  1. tests/integration/security/filebased_tls_origination/main_test.go

    )
    
    var (
    	inst            istio.Instance
    	apps            deployment.TwoNamespaceView
    	client          echo.Instances
    	server          echo.Instances
    	internalClient  echo.Instances
    	externalService echo.Instances
    	appNS           namespace.Instance
    	serviceNS       namespace.Instance
    	customConfig    []echo.Config
    )
    
    func TestMain(m *testing.M) {
    	// nolint: staticcheck
    	framework.
    		NewSuite(m).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  2. tests/integration/security/filebased_tls_origination/egress_gateway_origination_test.go

    			createGateway(t, t, appNS, serviceNS, inst.Settings().EgressGatewayServiceNamespace,
    				inst.Settings().EgressGatewayServiceName, inst.Settings().EgressGatewayIstioLabel)
    
    			if err := WaitUntilNotCallable(internalClient[0], externalService[0]); err != nil {
    				t.Fatalf("failed to apply sidecar, %v", err)
    			}
    
    			// Set up Host Name
    			host := "external-service." + serviceNS.Name() + ".svc.cluster.local"
    
    			testCases := map[string]struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  3. tests/integration/pilot/common/traffic.go

    	RunCase("destinationrule", destinationRuleCases)
    	RunCase("vm", VMTestCases(apps.VM))
    	RunSkipAmbient("dns", DNSTestCases, "https://github.com/istio/istio/issues/48614")
    	RunCase("externalservice", TestExternalService)
    }
    
    func ExpectString(got, expected, help string) error {
    	if got != expected {
    		return fmt.Errorf("got unexpected %v: got %q, wanted %q", help, got, expected)
    	}
    	return nil
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 19:10:01 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  4. pilot/pkg/model/push_context_test.go

    				Resolution: tc.serviceResolution,
    				Attributes: ServiceAttributes{Namespace: tc.serviceNamespace},
    			}
    			// Intentionally use the externalService with the same name and namespace for test, though
    			// these attributes don't matter.
    			externalService := &Service{
    				Hostname:     host.Name(fmt.Sprintf("%s.%s.svc.cluster.local", serviceName, tc.serviceNamespace)),
    				Resolution:   tc.serviceResolution,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/cluster_test.go

    	locality          *core.Locality
    	mesh              *meshconfig.MeshConfig
    	destRule          proto.Message
    	sidecar           *networking.Sidecar
    	peerAuthn         *authn_beta.PeerAuthentication
    	externalService   bool
    
    	meta         *model.NodeMetadata
    	istioVersion *model.IstioVersion
    	proxyIps     []string
    }
    
    func (c clusterTest) fillDefaults() clusterTest {
    	if c.proxyIps == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  6. tests/testdata/config/external_services.yaml

    Andy Lai <******@****.***> 1547873809 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 1.9K bytes
    - Viewed (0)
  7. manifests/addons/values-kiali.yaml

    deployment:
      pod_labels:
        sidecar.istio.io/inject: "false"
      accessible_namespaces:
      - '**'
      ingress_enabled: false
      image_pull_policy: IfNotPresent
    login_token:
      signing_key: CHANGEME00000000
    external_services:
      # Kiali will not start up without tracing service. We don't want to require it.
      tracing:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 16:07:32 UTC 2024
    - 419 bytes
    - Viewed (0)
  8. samples/addons/kiali.yaml

          secret_name: kiali
          security_context: {}
          service_annotations: {}
          service_type: ""
          tolerations: []
          version_label: v1.85.0
          view_only_mode: false
        external_services:
          custom_dashboards:
            enabled: true
          istio:
            root_namespace: istio-system
          tracing:
            enabled: false
        identity:
          cert_file: ""
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top