zowe / community

Zowe Community - Sub-projects, Squads, Contribution Guidelines, Meeting Minutes, and more
53 stars 42 forks source link

Standardize HTTPS configuration for all Zowe servers #1875

Open 1000TurquoisePogs opened 1 year ago

1000TurquoisePogs commented 1 year ago

The builtin TLS capabilities of each Zowe server varies considerably; it can vary by capability, but also by ways in which the capabilities are configured.

Consider these scenarios. How would a user configure all of Zowe's servers to:

Documentation may not exist for several servers, and perhaps some do not even support customizing these things. Even if they do support & document how to customize these, there would be different ways for each server because the codebases are not unified with regards to this. There are Java ways to do things, there are nodejs ways to do things, etc.

Solution:

1000TurquoisePogs commented 1 year ago

Note an older issue on the subject https://github.com/zowe/zowe-install-packaging/issues/1951

1000TurquoisePogs commented 1 year ago

i started some work here https://github.com/zowe/zowe-install-packaging/pull/3356 but would be happy if others picked it up or gave feedback, because it's something i was only working on with spare time at the moment.