Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 399 for MeshConfig (0.19 sec)

  1. security/pkg/pki/ra/k8s_ra_test.go

    				rootCertPem, err := os.ReadFile(tc.rootCertForMeshConfig)
    				if err != nil {
    					t.Errorf("Failed to read sample %s", tc.rootCertForMeshConfig)
    				}
    				caCertificates := []*meshconfig.MeshConfig_CertificateData{
    					{CertificateData: &meshconfig.MeshConfig_CertificateData_Pem{Pem: string(rootCertPem)}, CertSigners: []string{signer}},
    				}
    				ra.SetCACertificatesFromMeshConfig(caCertificates)
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 00:44:54 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  2. releasenotes/notes/40809.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: telemetry
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 07 06:57:36 UTC 2022
    - 174 bytes
    - Viewed (0)
  3. releasenotes/notes/dynatrace-sampler.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    issue:
    - 50001
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 20:27:07 UTC 2024
    - 196 bytes
    - Viewed (0)
  4. manifests/charts/ztunnel/values.yaml

        # with Istiod configuration.
        clusterName: ""
    
      # meshConfig defines runtime configuration of components.
      # For ztunnel, only defaultConfig is used, but this is nested under `meshConfig` for consistency with other
      # components.
      # TODO: https://github.com/istio/istio/issues/43248
      meshConfig:
        defaultConfig:
          proxyMetadata: {}
    
      # This value defines:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:30 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  5. releasenotes/notes/nested-json-log.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: telemetry
    issue:
    - 28597
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 23 16:33:26 UTC 2020
    - 177 bytes
    - Viewed (0)
  6. tests/integration/security/policy_attachment_only/main_test.go

    			if !c.Settings().EnableDualStack {
    				cfg.ControlPlaneValues = `
    values:
      pilot: 
        env: 
          PILOT_JWT_ENABLE_REMOTE_JWKS: true
          ENABLE_SELECTOR_BASED_K8S_GATEWAY_POLICY: false
    meshConfig:
      defaultConfig:
        gatewayTopology:
          numTrustedProxies: 1 # Needed for X-Forwarded-For (See https://istio.io/latest/docs/ops/configuration/traffic-management/network-topologies/)
    `
    			} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 01:47:52 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  7. releasenotes/notes/pc-merge-metadata.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 23 08:37:23 UTC 2024
    - 216 bytes
    - Viewed (0)
  8. samples/open-telemetry/loki/iop.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      meshConfig:
        extensionProviders:
          - name: otel
            envoyOtelAls:
              service: opentelemetry-collector.istio-system.svc.cluster.local
              port: 4317
              logFormat:
                labels:
                  pod: "%ENVIRONMENT(POD_NAME)%"
                  namespace: "%ENVIRONMENT(POD_NAMESPACE)%"
                  cluster: "%ENVIRONMENT(ISTIO_META_CLUSTER_ID)%"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 06 20:18:25 UTC 2023
    - 498 bytes
    - Viewed (0)
  9. releasenotes/notes/27734.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    issue:
      - 27734
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 29 20:13:46 UTC 2021
    - 232 bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/input/pilot_merge_meshconfig.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: empty
      hub: docker.io/istio
      tag: 1.1.4
      meshConfig:
        enablePrometheusMerge: true
        rootNamespace: istio-control
        outboundTrafficPolicy:
          mode: REGISTRY_ONLY
        defaultConfig:
          discoveryAddress: my-discovery:123
          drainDuration: 12s
          controlPlaneAuthPolicy: NONE
        accessLogFormat: |
          {
            "key": "val"
          }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 11 03:03:49 UTC 2021
    - 474 bytes
    - Viewed (0)
Back to top