feat: Add dynamic admission controller section to scs 0217#1106
Open
viccuad wants to merge 1 commit intoSovereignCloudStack:mainfrom
Open
feat: Add dynamic admission controller section to scs 0217#1106viccuad wants to merge 1 commit intoSovereignCloudStack:mainfrom
viccuad wants to merge 1 commit intoSovereignCloudStack:mainfrom
Conversation
6ac2fe4 to
36dd9c1
Compare
viccuad
commented
Feb 18, 2026
| this, the Kubernetes API server MUST be configured with mutual TLS | ||
| authentication for the Webhooks (see [Kubernetes | ||
| docs](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#authenticate-apiservers)) | ||
| . The Policy Engine MUST be able to authenticate the API server and MUST be |
Author
There was a problem hiding this comment.
As an example, here's the threat model for Kubewarden, and the documentation on how to generally configure a cluster API server & Kubewarden, or specifically configure both a K3s API server & Kubewarden as well.
85bfd66 to
e4d0aa3
Compare
Dynamic Admission Controllers from Policy Engines constitute a special attack surface. From the SIG security threat model, the majority of mitigations are implemented by policy engines and cluster operators. But cluster providers must enable mutual TLS for secure consumption of Kubernetes API webhooks, and cluster operators must use a policy engine that authenticates against those TLS-terminated webhooks (not all policy engines do). Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
e4d0aa3 to
f6d3a0d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dynamic Admission Controllers from Policy Engines constitute a special attack surface.
From the SIG security threat model, the majority of mitigations are implemented by policy engines and cluster operators.
But cluster providers must enable mutual TLS for secure consumption of Kubernetes API webhooks, and cluster operators must use a policy engine that authenticates against those TLS-terminated webhooks (not all policy engines do).