AEM cloud dispatcher scripts
I´m trying to get a rewriteMap for my dispatcher from a Servlet alocated on my AEm instance. Can I use in AEM cloud dispatcher some scripts like:
#!/bin/bash
# Llama al servlet en AEM y devuelve las reglas en formato key-value para RewriteMap curl -s https://publish-p88805-e1164595.adobeaemcloud.com/bin/servlets/proxy/map.txt
and then use it like:
RewriteMap proxyRules prg:/etc/httpd/conf.d/rewrites/map.sh
Has anyone faced something like that?
thank you all in advance!!