Hi,
I went through the docs for the SAML config for studio/engine, and from what I can gather, for each studio/engine instance, you'd run a separate Apache process w/ mod_mellon that proxies all requests to the backend.
Whats your recommended deployment model/config for this setup? in k8s do you guys deploy both of these containers in a single pod? are you terminating and re-negotiating SSL at each layer? (i.e. user facing certs in k8s ingress controller or upstream lb) and then separate certs for both Apache proxy + studio/engine for end-to-end tls?
Also this apache module appears archived? is there a maintained/active fork of is you recommend instead?
thanks!