From 84cbf86c000e5543f77aefe0a4e32f438e3f9f7b Mon Sep 17 00:00:00 2001 From: Brian Burt Date: Mon, 1 Nov 2021 12:36:27 -0400 Subject: [PATCH] RHDEVDOCS-3421 - TLSSecurityProfile setting for cluster monitoring --- modules/monitoring-default-monitoring-components.adoc | 6 ++++++ monitoring/understanding-the-monitoring-stack.adoc | 1 + 2 files changed, 7 insertions(+) diff --git a/modules/monitoring-default-monitoring-components.adoc b/modules/monitoring-default-monitoring-components.adoc index 53f11c6dc9..48deb9f6ca 100644 --- a/modules/monitoring-default-monitoring-components.adoc +++ b/modules/monitoring-default-monitoring-components.adoc @@ -49,3 +49,9 @@ By default, the {product-title} {product-version} monitoring stack includes thes |=== All of the components in the monitoring stack are monitored by the stack and are automatically updated when {product-title} is updated. + +[NOTE] +==== +All components of the monitoring stack use the TLS security profile settings that are centrally configured by a cluster administrator. +If you configure a monitoring stack component that uses TLS security settings, the component uses the TLS security profile settings that already exist in the `tlsSecurityProfile` field in the global {product-title} `apiservers.config.openshift.io/cluster` resource. +==== diff --git a/monitoring/understanding-the-monitoring-stack.adoc b/monitoring/understanding-the-monitoring-stack.adoc index 4e094ccab4..2de7f952ac 100644 --- a/monitoring/understanding-the-monitoring-stack.adoc +++ b/monitoring/understanding-the-monitoring-stack.adoc @@ -19,6 +19,7 @@ include::modules/monitoring-targets-for-user-defined-projects.adoc[leveloffset=+ * xref:../support/remote_health_monitoring/about-remote-health-monitoring.adoc#about-remote-health-monitoring[About remote health monitoring] * xref:../monitoring/enabling-monitoring-for-user-defined-projects.adoc#granting-users-permission-to-monitor-user-defined-projects_enabling-monitoring-for-user-defined-projects[Granting users permission to monitor user-defined projects] +* xref:../security/tls-security-profiles.adoc#tls-security-profiles[Configuring TLS security profiles] == Next steps