kitsudaiki / OpenHanami

OpenHanami contains an experimental artificial neural network, which can work on unnormalized input-data in a cloud native environment.
https://docs.openhanami.com
Apache License 2.0
9 stars 0 forks source link

[QA]: move tls-termination in kubernetes-setup #424

Open kitsudaiki opened 1 month ago

kitsudaiki commented 1 month ago

QA

Description

Currently the tls-termination within the kubernetes-setup is done by the ingress. This is bad, because traffic between the ingress and hanami-pod is unencrypted and these 2 don't have to run on the same node. There is another container within the hanami-pod required, with does the tls-termination order to fix this security issue.

Acceptance Criteria