This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch SLING-12154 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 9cc16f13a136b2f3d57cbb83d898a9d33d7a120c Author: Dan Klco <[email protected]> AuthorDate: Wed Nov 15 00:08:51 2023 -0500 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 064d281..f24cd73 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.*" } } }
