-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
None
-
None
-
None
-
None
The haproxy config template for OpenShift router needs to be modified to honor both httpsLogFormat and tcpLogFormat. Specifcally:
- httpsLogFormat will be used (if set) for all connections that are TLS edge-terminated.
- tcpLogFormat will used (if set) for all TLS passthrough connections.
As a result, the existing httpLogFormat will only be used for cleartext HTTP connections.
Declaration of the log formats should take place in each frontend, as applicable.