Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 37 for MUTUAL_TLS (0.14 sec)

  1. pkg/bootstrap/testdata/stats_compression_unknown.proxycfg

    envoy_access_log_service:         {address: "accesslog-service:15000"}
    proxy_admin_port:                 15005
    control_plane_auth_policy:        MUTUAL_TLS
    stat_name_length:                 200
    tracing:                          { zipkin: { address: "localhost:6000" } }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 27 03:36:28 UTC 2023
    - 864 bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/runningsds.proxycfg

    service_cluster:         "istio-proxy"
    drain_duration:          {seconds: 5}
    discovery_address:       "mypilot:1001"
    statsd_udp_address:       "10.1.1.1:9125"
    proxy_admin_port:         15005
    control_plane_auth_policy: MUTUAL_TLS
    stat_name_length:          200
    tracing:                   { zipkin: { address: "localhost:6000" } }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 21 02:18:20 UTC 2022
    - 483 bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/stats_compression_gzip.proxycfg

    envoy_access_log_service:         {address: "accesslog-service:15000"}
    proxy_admin_port:                 15005
    control_plane_auth_policy:        MUTUAL_TLS
    stat_name_length:                 200
    tracing:                          { zipkin: { address: "localhost:6000" } }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 27 03:36:28 UTC 2023
    - 864 bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/stats_compression_zstd.proxycfg

    envoy_access_log_service:         {address: "accesslog-service:15000"}
    proxy_admin_port:                 15005
    control_plane_auth_policy:        MUTUAL_TLS
    stat_name_length:                 200
    tracing:                          { zipkin: { address: "localhost:6000" } }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 27 03:36:28 UTC 2023
    - 864 bytes
    - Viewed (0)
  5. tools/packaging/common/sidecar.env

    # Needed if the host has multiple IP.
    # ISTIO_SVC_IP=
    
    # If istio-pilot is configured with mTLS authentication (--controlPlaneAuthPolicy MUTUAL_TLS ) you must
    # also configure the mesh expansion machines:
    # ISTIO_PILOT_PORT=15005
    # ISTIO_CP_AUTH=MUTUAL_TLS
    
    # Fine tuning - useful if installing/building binaries instead of using the .deb file, or running
    # multiple instances.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 18:02:42 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  6. tests/integration/security/file_mounted_certs/main_test.go

                  value: |-
                    name: server-certs
                    mountPath: /server-certs
    
    meshConfig:
      defaultConfig:
        controlPlaneAuthPolicy: "MUTUAL_TLS"
        proxyMetadata: ` + strings.Replace(ProxyMetadataJSON, "\n", "", -1) +
    		`
    values:
      global:
        pilotCertProvider: "mycopki"
      pilot:
        env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  7. pkg/model/proxy_test.go

    								SubjectAltNames: []string{"san"},
    							},
    						},
    					}),
    				},
    			},
    			// nolint: lll
    			`{"PROXY_CONFIG":{"configPath":"foo","drainDuration":"5s","controlPlaneAuthPolicy":"MUTUAL_TLS","envoyAccessLogService":{"address":"address","tlsSettings":{"subjectAltNames":["san"]}}}}`,
    			model.BootstrapNodeMetadata{
    				NodeMetadata: model.NodeMetadata{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    false, "targets": [ { "expr": "sum(irate(istio_requests_total{reporter=~\"$qrep\", connection_security_policy=\"mutual_tls\", destination_service=~\"$service\",response_code!~\"5.*\", source_workload=~\"$srcwl\", source_workload_namespace=~\"$srcns\"}[5m])) by (source_workload, source_workload_namespace) / sum(irate(istio_requests_total{reporter=~\"$qrep\", connection_security_policy=\"mutual_tls\", destination_service=~\"$service\", source_workload=~\"$srcwl\", source_workload_namespace=~\"$srcns\"}[5m]))...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  9. tests/integration/telemetry/api/dashboard_test.go

    	// Just allow all mTLS settings rather than trying to send mtls and plaintext
    	`connection_security_policy="unknown"`, `connection_security_policy=~".*"`,
    	`connection_security_policy="mutual_tls"`, `connection_security_policy=~".*"`,
    	`connection_security_policy!="mutual_tls"`, `connection_security_policy=~".*"`,
    	// Test runs in istio-system
    	`destination_workload_namespace!="istio-system"`, `destination_workload_namespace=~".*"`,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/auth_golden.json

      },
      "layered_runtime": {
          "layers": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top