Document URL: https://docs.openshift.com/container-platform/4.6/networking/ingress-operator.html#nw-configure-ingress-access-logging_configuring-ingress Section Number and Name: nw-configure-ingress-access-logging_configuring-ingress Describe the issue: Document ingresscontroller.spec.logging.access.httpCaptureCookies and ingresscontroller.spec.logging.access.httpCaptureHeaders. Additional information: https://github.com/openshift/router/pull/139 https://github.com/openshift/cluster-ingress-operator/pull/409/files I am not sure of the exact format needed to set values at this time.
Format: ingresscontroller.spec ~~~ logging: access: destination: type: Container httpCaptureHeaders: request: - name: Host maxLength: 15 - name: Referer maxLength: 15 response: - name: Content-length maxLength: 9 - name: Location maxLength: 15 httpCaptureCookies: - matchType: Exact name: foo maxLength: 256 ~~~