-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
Log Collection - Sprint 232, Log Collection - Sprint 233
Summary
Implement the code to evaluate the enable/disablement of the feature gate for TLS security profile for collector outbound connections
Acceptance Criteria
- Verify logging collectors conform to the TLS Security Profile when the feature gate is enabled
Notes
The feature gate for TLS Security Profile can follow the same pattern as the feature gate for vector tech preview in Logging 5.4: https://docs.openshift.com/container-platform/4.8/logging/cluster-logging-release-notes.html#cluster-logging-about-vector. Here is what it can look like:
apiVersion: "logging.openshift.io/v1" kind: "ClusterLogging" metadata: name: "instance" namespace: "openshift-logging" annotations: logging.openshift.io/preview-tls-security-profile: enabled spec: ...