monkey
monkey copied to clipboard
Replace `CredentialsTelem`
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 to
StolenCredentialsEventsand stores them in theICredentialsRepository - [ ] 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.