Draft
Conversation
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
b062ed8 to
1b98c00
Compare
1b98c00 to
c4c82f1
Compare
Contributor
Author
|
Rebased on top of latest main after the landing of big #4265 :) |
Also, ran `make protogen`. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
c4c82f1 to
2b76963
Compare
bb90e8c to
dc698f5
Compare
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Also, add the new argument to `tetra tracingpolicy` (as a `--domain` flag), and to all other calling places. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
It is needed to list domains. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
It is reserved for internal use (to keep track of loaded sensors). Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
dc698f5 to
6ef372e
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.
Fixes #4808
Description
Add
domainsharding for tracing policies in sensors manager.Each "domain" can only see and work on its own policies;
tetra tracingpolicysub commands gained a new--domainflag; by default it will only act upontetra-clidomain, but it can be enforced to work eg: on k8s domain.Also a new
tetra tracingpolicy domainscommand has been added to list all available domains (this is a dynamic list, ie: it depends upon loaded policies domains).Changelog