Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for OUTPUT_CERTS (0.35 sec)

  1. manifests/charts/istio-control/istio-discovery/files/grpc-agent.yaml

            exec:
              command:
              - pilot-agent
              - wait
              - --url=http://localhost:15020/healthz/ready
        env:
        - name: ISTIO_META_GENERATOR
          value: grpc
        - name: OUTPUT_CERTS
          value: /var/lib/istio/data
        {{- if eq .InboundTrafficPolicyMode "localhost" }}
        - name: REWRITE_PROBE_LEGACY_LOCALHOST_DESTINATION
          value: "true"
        {{- end }}
        - name: PILOT_CERT_PROVIDER
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 26 16:51:17 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. security/pkg/nodeagent/sds/sdsservice.go

    	}
    
    	ret.rootCaPath = options.CARootPath
    
    	if options.FileMountedCerts {
    		return ret
    	}
    
    	// Pre-generate workload certificates to improve startup latency and ensure that for OUTPUT_CERTS
    	// case we always write a certificate. A workload can technically run without any mTLS/CA
    	// configured, in which case this will fail; if it becomes noisy we should disable the entire SDS
    	// server in these cases.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 25 00:20:04 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top