Skip to content

Use HTTPS port in Ingress when enabled#102

Open
zach-mitchell-rtx wants to merge 2 commits intodexidp:masterfrom
zach-mitchell-rtx:https-ingress
Open

Use HTTPS port in Ingress when enabled#102
zach-mitchell-rtx wants to merge 2 commits intodexidp:masterfrom
zach-mitchell-rtx:https-ingress

Conversation

@zach-mitchell-rtx
Copy link
Copy Markdown

@zach-mitchell-rtx zach-mitchell-rtx commented Jan 3, 2023

Overview

When enabling HTTPS, the ingress still forwards traffic to the service over HTTP. This PR sets the destination port to the HTTPS port when .Values.ingress.https is true.

What this PR does / why we need it

Enabling HTTPS currently does nothing for the communication between the ingress and the service, defeating the purpose altogether. With this PR HTTPS is also used between the service and ingress (when complemented with the necessary annotation for nginx).

Special notes for your reviewer

Checklist

  • Change log updated in Chart.yaml (see the contributing guide for details)
  • Chart version bumped in Chart.yaml (see the contributing guide for details)
  • Documentation regenerated by running make docs

Signed-off-by: Zach Mitchell zachlmitchell@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant