Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sec_scan][1] Add
teleport.access_graph.v1.SecretsScannerService
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