Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Random HTTP probing creates users #434

Closed
bbangert opened this issue Apr 1, 2016 · 1 comment
Closed

Random HTTP probing creates users #434

bbangert opened this issue Apr 1, 2016 · 1 comment
Assignees
Labels

Comments

@bbangert
Copy link
Member

bbangert commented Apr 1, 2016

Hitting the HTTP server in some cases seems to create router table records. Seen in test environments spun up randomly in AWS.

@bbangert bbangert added the bug label Apr 1, 2016
@bbangert
Copy link
Member Author

bbangert commented Apr 4, 2016

This is actually probably from the preflight check.

@jrconlin jrconlin added the ready label Apr 18, 2016
@jrconlin jrconlin self-assigned this Apr 18, 2016
jrconlin added a commit that referenced this issue Apr 19, 2016
Preflight would create new accounts which could throw off metrics.
This patch solves this in two ways; It uses static UAIDs matching
"deadbeef00000000deadbeef\d{8}" and deletes the created data once
the preflight is done.

Closes #434
jrconlin added a commit that referenced this issue Apr 20, 2016
Preflight would create new accounts which could throw off metrics.
This patch solves this in two ways; It uses static UAIDs matching
"deadbeef00000000deadbeef\d{8}" and deletes the created data once
the preflight is done.

Closes #434
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants