Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/v1/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions api/v1/tetragon/codegen/eventchecker/eventchecker.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,353 changes: 682 additions & 671 deletions api/v1/tetragon/tetragon.pb.go

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions api/v1/tetragon/tetragon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ message Pod {
string workload_kind = 7;
// Contains all the annotations of the pod.
map<string, string> pod_annotations = 8;
// Service account of the Pod.
string service_account = 9;
}

message Capabilities {
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/content/en/docs/reference/grpc-api.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/process/podinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func getPodInfo(
Privileged: isPrivileged,
},
},
ServiceAccount: pod.Spec.ServiceAccountName,
}
if option.Config.EnablePodAnnotations {
podInfo.PodAnnotations = pod.Annotations
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading