Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for tsConfig (0.18 sec)

  1. cmd/utils.go

    	if tlsClientIdentity {
    		tlsConfig.ClientAuth = tls.RequestClientCert
    	}
    
    	if secureCiphers := env.Get(api.EnvAPISecureCiphers, config.EnableOn) == config.EnableOn; secureCiphers {
    		tlsConfig.CipherSuites = fips.TLSCiphers()
    	} else {
    		tlsConfig.CipherSuites = fips.TLSCiphersBackwardCompatible()
    	}
    	tlsConfig.CurvePreferences = fips.TLSCurveIDs()
    	return tlsConfig
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 15:18:21 GMT 2024
    - 31.4K bytes
    - Viewed (0)
  2. internal/http/transports.go

    	// https://github.com/golang/go/issues/42534
    	// https://github.com/golang/go/issues/43989
    	// https://github.com/golang/go/issues/33425
    	// https://github.com/golang/go/issues/29246
    	// if tlsConfig != nil {
    	// 	trhttp2, _ := http2.ConfigureTransports(tr)
    	// 	if trhttp2 != nil {
    	// 		// ReadIdleTimeout is the timeout after which a health check using ping
    	// 		// frame will be carried out if no frame is received on the
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Apr 24 04:08:47 GMT 2024
    - 5.9K bytes
    - Viewed (0)
  3. helm-releases/minio-5.2.0.tgz

    nindent 4 }} {{- end }} {{- if .Values.metrics.serviceMonitor.annotations }} annotations: {{- toYaml .Values.metrics.serviceMonitor.annotations | nindent 4 }} {{- end }} spec: endpoints: {{- if .Values.tls.enabled }} - port: https scheme: https tlsConfig: ca: secret: name: {{ .Values.tls.certSecret }} key: {{ .Values.tls.publicCrt }} serverName: {{ template "minio.fullname" . }} {{- else }} - port: http scheme: http {{- end }} path: /minio/v2/metrics/node {{- if .Values.metrics.serviceMonitor.interval...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 21.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.29.md

    - cloud.google.com/go/optimization: v1.3.1 → v1.4.1
    - cloud.google.com/go/orchestration: v1.6.0 → v1.8.1
    - cloud.google.com/go/orgpolicy: v1.10.0 → v1.11.1
    - cloud.google.com/go/osconfig: v1.11.0 → v1.12.1
    - cloud.google.com/go/oslogin: v1.9.0 → v1.10.1
    - cloud.google.com/go/phishingprotection: v0.7.0 → v0.8.1
    - cloud.google.com/go/policytroubleshooter: v1.6.0 → v1.8.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.28.md

    - cloud.google.com/go/notebooks: v1.8.0
    - cloud.google.com/go/optimization: v1.3.1
    - cloud.google.com/go/orchestration: v1.6.0
    - cloud.google.com/go/orgpolicy: v1.10.0
    - cloud.google.com/go/osconfig: v1.11.0
    - cloud.google.com/go/oslogin: v1.9.0
    - cloud.google.com/go/phishingprotection: v0.7.0
    - cloud.google.com/go/policytroubleshooter: v1.6.0
    - cloud.google.com/go/privatecatalog: v0.8.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.27.md

    - cloud.google.com/go/notebooks: v1.8.0
    - cloud.google.com/go/optimization: v1.3.1
    - cloud.google.com/go/orchestration: v1.6.0
    - cloud.google.com/go/orgpolicy: v1.10.0
    - cloud.google.com/go/osconfig: v1.11.0
    - cloud.google.com/go/oslogin: v1.9.0
    - cloud.google.com/go/phishingprotection: v0.7.0
    - cloud.google.com/go/policytroubleshooter: v1.6.0
    - cloud.google.com/go/privatecatalog: v0.8.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
Back to top