-
Notifications
You must be signed in to change notification settings - Fork 33
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 mTLS support #1000
base: main
Are you sure you want to change the base?
feat: add mTLS support #1000
Conversation
8eb2545
to
c50e9f1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1000 +/- ##
===========================================
- Coverage 72.43% 59.35% -13.09%
===========================================
Files 30 17 -13
Lines 3661 1545 -2116
===========================================
- Hits 2652 917 -1735
+ Misses 854 617 -237
+ Partials 155 11 -144
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c50e9f1
to
e1f78a5
Compare
e1f78a5
to
40e9aff
Compare
c93aeab
to
93cfbbd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ship it!
…e client certificate if specified Signed-off-by: Fabrizio Sestito <[email protected]>
…y server to enable mTLS Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
b65aadb
to
04b4569
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
Description
This PR introduces the
--client-ca-config-map
flag.When specified, the setup function configures the webhook server with the client CA.
Additionally, it mounts the ConfigMap in the reconciled PolicyServer deployments and sets the
KUBEWARDEN_CLIENT_CA_FILE
environment variable to the CA path.Fix: #993