Building OOD with shib enabled doesn't trigger this error because the prerequisite pkgs are already installed in the shib related roles. In that ca...
However, ood-knightly does not run behind a proxy at this moment. So we are going to build ood-knightly image with Shibboleth auth. We need to prov...
PR https://github.com/jprorama/CRI_XCBC/pull/530 fixed this issue....
When OOD runs behind a proxy, it does not require Shibboleth authentication because it occurs at the HTTP proxy....
However, this raises a question: how does the proxy know which backend is in production?...
The issue with option 2 is that when you detach the port to attach it to the new instance, the mounts on the current instance are disconnected. Thi...
We need to determine how we want to handle the workflow around merge requests....
The MR pipelines vary from the schedule pipelines. MR pipelines don't allow defining runtime vars like in schedule pipelines. For most variables, w...
-
8135c718 · Merge branch 'feat-remove-build-var-overrides' into 'main'
- ... and 2 more commits. Compare 86e5329f...8135c718
I tested the build and deploy for the ssh-proxy, http-proxy and the routing worked fine in both cases. I then tested the OOD build and deploy. The ...