Skip to content

Commit

Permalink
[sec_scan][1] Add teleport.access_graph.v1.SecretsScannerService (#…
Browse files Browse the repository at this point in the history
…43462)

This PR introduces the `teleport.access_graph.v1.SecretsScannerService`that will be used by Teleport SSH nodes to report `authorized_keys` and user's laptops to report secrets found on them.

The `ReportAuthorizedKeys` uses node's TLS certs signed by HostCA for authentication while `ReportSecrets` leverages the device trust credentials (requires that the device is enrolled) to report secrets without requiring valid user credentials.

handle Alan's feedback
  • Loading branch information
tigrato committed Jul 30, 2024
1 parent 3ef73ba commit 986419a
Show file tree
Hide file tree
Showing 8 changed files with 1,800 additions and 0 deletions.
307 changes: 307 additions & 0 deletions api/gen/proto/go/teleport/accessgraph/v1/authorized_key.pb.go

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

Loading

0 comments on commit 986419a

Please sign in to comment.