cloudfoundry-community / stratos

Stratos: Web-based Management UI for Cloud Foundry and Kubernetes
MIT License
2 stars 7 forks source link

make cf routes hyperlinks use https instead of http #33

Open metskem opened 3 months ago

metskem commented 3 months ago

make cf routes hyperlinks use https instead of http

Description

The current list of routes (Applications => => Routes ), have hyperlinks using http, I think we should make these https.

Motivation and Context

Using https is the default nowadays.

How Has This Been Tested?

This has been running for about a year in all our CF environments, where we used our own fork of Stratos (github.com/rabobank/stratos).

Types of changes

Checklist:

norman-abramovitz commented 3 months ago

The coding looks good and I agree with the premise, but this change would need to be a breaking change since it is changing the route to use https:// instead of http://. I am wondering if we can parameterize the default setting.