Skip to content

Commit

Permalink
doc:username: remove empty line to not break api doc
Browse files Browse the repository at this point in the history
Signed-off-by: Djalal Harouni <[email protected]>
  • Loading branch information
tixxdz authored and mtardy committed Aug 7, 2024
1 parent 4873362 commit 4648539
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 30 deletions.
4 changes: 1 addition & 3 deletions api/v1/README.md

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

7 changes: 2 additions & 5 deletions api/v1/tetragon/tetragon.pb.go

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

5 changes: 2 additions & 3 deletions api/v1/tetragon/tetragon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,8 @@ message Process {
// Executed binary properties. This field is only available on ProcessExec events.
BinaryProperties binary_properties = 18;
// UserRecord contains user information about the event.
//
// UserRecord is only supported when i) Tetragon is running as a systemd service or directly on the host, and
// ii) when `--username-metadata` is set to "unix". In this case, the information is retrieved from
// It is only supported when i) Tetragon is running as a systemd service or directly on the host, and
// ii) when the flag `--username-metadata` is set to "unix". In this case, the information is retrieved from
// the traditional user database `/etc/passwd` and no name services lookups are performed.
// The resolution will only be attempted for processes in the host namespace.
// Note that this resolution happens in user-space, which means that mapping might have changed
Expand Down

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

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

4 changes: 1 addition & 3 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.

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

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

0 comments on commit 4648539

Please sign in to comment.