RedHatQuickCourses / rhods-intro

Introduction to Red Hat OpenShift AI (RHOAI)
https://redhatquickcourses.github.io/rhods-intro/
13 stars 14 forks source link

Fix default route explanation for HTTP traffic #23

Closed lautou closed 9 months ago

lautou commented 11 months ago

Chapter 2 - Section 2: Workbench Resources It is said : RHODS also creates the required services and routes to enable HTTP and HTTPS traffic into the workbench container.

In reality (checked with ODS 2.4.0), only one HTTPS route is created with non-secure traffic configured (HTTP) to be redirected to HTTPS (insecureEdgeTerminationPolicy: Redirect). The architecture diagram below shows an edge from Route to Service port 80 for HTTP traffic but it will never happen. HTTP traffic will be redirected to TLS Service port 443.

You should fix both the text and the diagram to reflect this behavior.

rsriniva commented 9 months ago

until diagram is fixed - will add a sentence about HTTP->HTTPS redirection