monkey icon indicating copy to clipboard operation
monkey copied to clipboard

Replace `CredentialsTelem`

Open mssalvatore opened this issue 3 years ago • 0 comments

Refactor

Component(s) to be refactored

  • CredentialsTelem
  • Island
  • Agent

Explanation

Telemetry is being replaced by events. Specifically, CredentialsTelem is being replaced by CredentialsStolenEvent.

Tasks

  • [ ] Implement a subscriber in the island that subscribes toStolenCredentialsEvents and stores them in the ICredentialsRepository
  • [ ] Remove any code in the agent that publishes CredentialsTelem
  • [ ] Remove any code in the island that processes CredentialsTelem
  • [ ] Remove CredentialsTelem
  • [ ] Run manual and ETE tests to verify that stolen credentials are properly stored and transmitted to all agents for reuse. Add a new BB tests if the current tests are not sufficient to test this functionality.

mssalvatore avatar Aug 08 '22 18:08 mssalvatore