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

feat(chart): add option for ingress controller terminating ssl with its own cert #3158

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

krancour
Copy link
Member

@krancour krancour commented Dec 19, 2024

Fixes #2920

cc @hghtwr @tsmalls93 if either of you can verify that your difficulties reported in #2920 are cleared up with this change + setting api.ingress.tls.usesControllerCert: true, it would be a huge help. 🙏

Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
@krancour krancour added this to the v1.2.0 milestone Dec 19, 2024
@krancour krancour self-assigned this Dec 19, 2024
@krancour krancour requested a review from a team as a code owner December 19, 2024 06:03
Copy link

netlify bot commented Dec 19, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 7927640
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/6763b72315320e00081dcfff
😎 Deploy Preview https://deploy-preview-3158.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.27%. Comparing base (b75ef48) to head (7927640).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3158   +/-   ##
=======================================
  Coverage   51.27%   51.27%           
=======================================
  Files         285      285           
  Lines       25706    25706           
=======================================
  Hits        13182    13182           
  Misses      11824    11824           
  Partials      700      700           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@krancour krancour added this pull request to the merge queue Dec 19, 2024
Merged via the queue into akuity:main with commit 96713ae Dec 19, 2024
25 checks passed
@krancour krancour deleted the krancour/pre-ingress-term-ssl branch December 19, 2024 17:59
fykaa pushed a commit to fykaa/kargo that referenced this pull request Dec 20, 2024
…ts own cert (akuity#3158)

Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
fykaa pushed a commit to fykaa/kargo that referenced this pull request Jan 16, 2025
…ts own cert (akuity#3158)

Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow for ingress controller (not individual ingress resources) that terminates ssl
2 participants