AbsaOSS / login-service

AbsaOSS Common Login gateway using JWT Public key signatures
Apache License 2.0
2 stars 0 forks source link

Make SSL configuration for tomcat.xml in code #56

Closed dk1844 closed 11 months ago

dk1844 commented 11 months ago

Background

Currently, a custom tomcat.xml is present and used to replace the default tomcat.xml in the image - even though we only want to add a single connector for SSL @ 8443, we carry the whole file. This has multiple downsides:

Feature

Attempt to change to dockerfile so that the connector addition is done in code, not via external file.

Proposed Solution [Optional]

Solution Ideas:

  1. sed
dk1844 commented 11 months ago

Closed by #57