Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for MUTUAL_TLS (0.11 sec)

  1. samples/addons/grafana.yaml

        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\\\",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  2. 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)
  3. tests/integration/ambient/baseline_test.go

    		"reporter":                       "waypoint",
    		"request_protocol":               "http",
    		"response_code":                  "200",
    		"response_flags":                 "-",
    		"connection_security_policy":     "mutual_tls",
    		"destination_canonical_service":  dst.ServiceName(),
    		"destination_canonical_revision": dst.Config().Version,
    		"destination_service":            fmt.Sprintf("%s.%s.svc.cluster.local", dst.Config().Service, destns),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

        update-daemon-set-prometheus-to-sd-parameters ${metadata_proxy_yaml}
      fi
      if [[ "${ENABLE_ISTIO:-}" == "true" ]]; then
        if [[ "${ISTIO_AUTH_TYPE:-}" == "MUTUAL_TLS" ]]; then
          setup-addon-manifests "addons" "istio/auth"
        else
          setup-addon-manifests "addons" "istio/noauth"
        fi
      fi
      if [[ -n "${EXTRA_ADDONS_URL:-}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top