Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate advertised protocol (http, https) from disabling TLS #284

Merged
merged 8 commits into from
Oct 22, 2024

Conversation

pvannierop
Copy link
Collaborator

Problem

When instructing the ingress to not demand TLS, the advertised protocol (HTTP, HTTPS) would switch to HTTP. This was ok for local testing, but was not desired for when TLS termination is handled by upstream component; services behind TLS termination would advertise an incorrect URI.

Solution

This PR separates the options for TLS termination from the advertised protocol.

@pvannierop pvannierop self-assigned this Oct 22, 2024
Copy link

github-actions bot commented Oct 22, 2024

Great PR! Please pay attention to the following items before merging:

Files matching charts/*/values.yaml:

  • Is the PR adding a new container? Please reviewer, add it to the models (internal process)
  • Is the PR adding a new parameter? Please, ensure it’s documented in the README.md

This is an automatically generated QA checklist based on modified files.

Copy link
Collaborator

@keyvaann keyvaann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pvannierop pvannierop force-pushed the feature/external-uri-protocol-value branch from afa1ef6 to 2c8af94 Compare October 22, 2024 09:34
@pvannierop pvannierop force-pushed the feature/external-uri-protocol-value branch from 2c8af94 to 3d9d2ff Compare October 22, 2024 09:38
@pvannierop pvannierop merged commit eecc76e into main Oct 22, 2024
5 checks passed
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.

2 participants