Closed webbnh closed 1 year ago
Now that we have HTTPS access to the Pbench Server enabled and working, it's time to remove HTTP access.
This PR updates:
run-server-func-tests
OpenIDClient
replacing http://*:8080 with https://*:8443.
http://*:8080
https://*:8443
Note that this PR does not change access to the Keycloak broker...which should be done as soon as practical once this change is merged.
PBENCH-1176
This PR is now ready for review (or will be, once it gets past Area-51).
Now that we have HTTPS access to the Pbench Server enabled and working, it's time to remove HTTP access.
This PR updates:
run-server-func-tests
scriptOpenIDClient
replacing
http://*:8080
withhttps://*:8443
.Note that this PR does not change access to the Keycloak broker...which should be done as soon as practical once this change is merged.
PBENCH-1176