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: Add support to extra dns names #52

Merged
merged 2 commits into from
Jan 11, 2023

Conversation

JorTurFer
Copy link
Contributor

@JorTurFer JorTurFer commented Jan 7, 2023

In KEDA we are integrating this solution as a "default not fully safe" for cert management. Our problem is that we have 3 different components, the admission webhooks, the operator and the metrics server and all of them should share the certs because we want to use them for some internal communications.
Using cert-manager or other solution, we can just create a certificate with multiple dns names and sharing the same secret, we can secure all the internal communications and also webhooks and api services, but for new adopters, the requirement of a 3rd party could be a problem, and that's why we want to introduce this project for certificate management in non-productive environments, but not having the option for setting multiple dns names block us.

Fixes #51

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
@codecov-commenter
Copy link

Codecov Report

Base: 54.19% // Head: 54.70% // Increases project coverage by +0.50% 🎉

Coverage data is based on head (a295826) compared to base (fef091a).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   54.19%   54.70%   +0.50%     
==========================================
  Files           1        1              
  Lines         393      393              
==========================================
+ Hits          213      215       +2     
+ Misses        118      117       -1     
+ Partials       62       61       -1     
Flag Coverage Δ
unittests 54.70% <100.00%> (+0.50%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/rotator/rotator.go 54.70% <100.00%> (+0.50%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Copy link
Member

@sozercan sozercan left a comment

Choose a reason for hiding this comment

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

LGTM

@sozercan sozercan requested a review from maxsmythe January 10, 2023 22:16
Copy link
Contributor

@maxsmythe maxsmythe left a comment

Choose a reason for hiding this comment

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

LGTM!

@maxsmythe maxsmythe merged commit 71c4f4e into open-policy-agent:master Jan 11, 2023
@JorTurFer JorTurFer deleted the multi-dns branch January 11, 2023 00:32
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.

Support multiple dnsNames
4 participants