distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

Remove HTTP access to the canned Pbench Server #3451

Closed webbnh closed 1 year ago

webbnh commented 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:

replacing http://*:8080 with 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

webbnh commented 1 year ago

This PR is now ready for review (or will be, once it gets past Area-51).