From 9cc16f13a136b2f3d57cbb83d898a9d33d7a120c Mon Sep 17 00:00:00 2001 From: Dan Klco Date: Wed, 15 Nov 2023 00:08:51 -0500 Subject: [PATCH] SLING-12154 - Add Generic Proxy configuration for Composum Health Checks --- src/main/features/app/composum.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/main/features/app/composum.json b/src/main/features/app/composum.json index 064d2816..f24cd736 100644 --- a/src/main/features/app/composum.json +++ b/src/main/features/app/composum.json @@ -30,6 +30,27 @@ "com.composum.nodes.usermgr" ], "whitelist.name":"composum" + }, + "com.composum.sling.core.proxy.GenericProxyRequest~health": { + "tags.to.strip":[ + "body" + ], + "name":"System Health", + "XSLT.chain.paths":[ + ], + "tags.to.rename":[ + "html:div" + ], + "targetUrl":"", + "tags.to.drop":[ + "head", + "style", + "script", + "link" + ], + "referencePath":"/", + "enabled":true, + "targetPattern":"/system/health.*" } } }