Skip to content

Commit

Permalink
Goals, not implementation detail
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Sep 11, 2018
1 parent 424861b commit 0dd5bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jep/214/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ As each collector is an independent extension implementation only operational wi
== Security

Collectors need to be written carefully to not collect user data, such as PII.
As each collector needs its own endpoint in Jenkins project infra, the Jenkins infra team can ensure isolation between different collected information, grant access to the collected data in a fine-grained manner, and enforce the collector start and end dates server-side.
The server component needs to ensure isolation between different collected information, grant access to the collected data in a fine-grained manner, and enforce the collector start and end dates server-side.

Data submission is done via HTTPS to prevent eavesdropping and man-in-the-middle attacks.

Expand Down

0 comments on commit 0dd5bdd

Please sign in to comment.