-
Notifications
You must be signed in to change notification settings - Fork 161
Add KSPM Settings reconciler #6091
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
Merged
Merged
Conversation
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
avorima
reviewed
Jan 26, 2026
avorima
reviewed
Jan 27, 2026
avorima
approved these changes
Jan 27, 2026
Contributor
avorima
left a comment
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.
👨🍳
andriisoldatenko
approved these changes
Jan 27, 2026
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.
Description
https://dt-rnd.atlassian.net/browse/DAQ-18391
Creates a new
builtin:kubernetes.security-posture-managementSettings object in case KSPM is turned on.The following scenarios have to be covered:
(I am challenging this, reason for being in draft)Reasons were given in comment on the ticketHow can this be tested?
Deploy a DK with
KSPMenabled or justKubernetes MonitoringExample:
Warning
The settings API requires
settings:objects:writeandsettings:objects:read. Please don’t forget to check for them.In addition the
securityProblems.writeis currently required. This requirement will be lifted in the future. For this PR you can just add this permission to your token and assume the requirement will be dropped later.Currently on some dev tenants it is not possible to create a token with the
securityProblem.writepermission in the UI. In this case you need to use the apiToken-API:check ticket for detailsHow to create an API token with
securityProblems.writescope:apiTokens.writein theAccess TokensUI (yeah, don't know how else, maybe personal access tokens 🤷 )