Confirmed users
513
edits
Klahnakoski (talk | contribs) |
Klahnakoski (talk | contribs) |
||
| Line 97: | Line 97: | ||
* Direct DB access leverages existing code | * Direct DB access leverages existing code | ||
* Direct DB access puts no load on Bugzilla app | * Direct DB access puts no load on Bugzilla app | ||
* Proven to work with business intelligence queries, which demand fast aggregate data over thousands of ( | * Proven to work with business intelligence queries, which demand fast aggregate data over thousands of bugs (https://wiki.mozilla.org/Bugzilla_Anthropology/2013-01-29) | ||
=== Any security threats already considered in the design and why? === | === Any security threats already considered in the design and why? === | ||
* Private bug data leaking into public cluster | * Private bug data leaking into public cluster | ||
* ElasticSearch was not meant for direct public access, proxy added (https://bugzilla.mozilla.org/show_bug.cgi?id=879833) | * ElasticSearch was not meant for direct public access, proxy added (https://bugzilla.mozilla.org/show_bug.cgi?id=879833) | ||