Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for HttpConnectionManager_ForwardClientCertDetails (0.3 sec)

  1. pilot/pkg/networking/util/util.go

    // due to the UNDEFINED in the meshconfig ForwardClientCertDetails
    func MeshConfigToEnvoyForwardClientCertDetails(c meshconfig.ForwardClientCertDetails) hcm.HttpConnectionManager_ForwardClientCertDetails {
    	return hcm.HttpConnectionManager_ForwardClientCertDetails(c - 1)
    }
    
    // ByteCount returns a human readable byte format
    // Inspired by https://yourbasic.org/golang/formatting-byte-size-to-human-readable-format/
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/httproute.go

    	return out
    }
    
    type ProxyHeaders struct {
    	ServerName                 string
    	ServerHeaderTransformation hcm.HttpConnectionManager_ServerHeaderTransformation
    	ForwardedClientCert        hcm.HttpConnectionManager_ForwardClientCertDetails
    	IncludeRequestAttemptCount bool
    	GenerateRequestID          *wrappers.BoolValue
    	SuppressDebugHeaders       bool
    	SkipIstioMXHeaders         bool
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top