On our current VM deployment with PEGA 8.7.3, we have configured some redirection and Snapstart URL shortcuts using the Tomcat index.jsp file (Tomcat/webapps/ROOT/index.jsp).
After migrating to Kubernetes and Platform 23, is there an alternative way to perform such redirections on the Kubernetes deployment? such as redirection for the SSO URL and Snapstart redirections (url/c-XXXX) etc..
" By default, in the Pega provided docker runtime image, we redirect any unauthenticated request without a context in the URL (i.e. the ROOT context) to prweb. So if you are using our image, you should get this behavior for free. If you need something more elaborate, or a different behavior, then redirection can also be handled via their load balancer configuration (e.g. https://doc.traefik.io/traefik/middlewares/http/redirectregex/)
Once traffic reaches Infinity’s context (e.g. prweb), then the platform also allows clients to manage their Authentication Service to a specific URL pattern to avoid any web.xml customization and redeployment: