Implement the `Echo` action
Open
E-trivial
enhancement
- Dominant language
- Rust
- Stars
- 70
- Forks
- 34
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 25
Description
RRG should support the [`Echo`][echo-action] action. It accepts the [`EchoRequest`][echo-proto] as input and should respond with [`EchoRequest`][echo-proto] as well (which is not a good idea, but sadly RRG needs to follow all the bad decisions made by GRR).
[echo-action]: https://github.com/google/grr/blob/f0c26b1e83e77a8f53f7b7aef706b418061682ae/grr/client/grr_response_client/client_actions/admin.py#L36-L42
[echo-proto]: https://github.com/google/grr/blob/f0c26b1e83e77a8f53f7b7aef706b418061682ae/grr/proto/grr_response_proto/jobs.proto#L438-L442
Contributor guide
Assessment
This issue has not been assessed yet.