-
Bug
-
Resolution: Unresolved
-
Minor
-
None
if you share a Jenkins job folder the resulting build.xml contains your blazemeter API token.
The API token should be only stored encrypted as a credential.
..../builds/14/build.xml <hudson.plugins.blazemeter.PerformanceBuildAction plugin="BlazeMeterJenkinsPlugin@4.7"> <run class="flow-build" reference="../../.."/> <reportUrl>https://a.blazemeter.com/app/?public-token=REDACTED#/masters/ID/summary</reportUrl>
[JENKINS-66452] Sharing a job folder exposes blazemeter API token
Summary | Original: Sharing a job folder exposes buildmeter API token | New: Sharing a job folder exposes blazemeter API token |
Description |
Original:
if you share a Jenkins job folder the resulting build.xml contains your buildmeter API token.
The API token should be only stored encrypted as a credential. {code:java} ..../builds/14/build.xml <hudson.plugins.blazemeter.PerformanceBuildAction plugin="BlazeMeterJenkinsPlugin@4.7"> <run class="flow-build" reference="../../.."/> <reportUrl>https://a.blazemeter.com/app/?public-token=REDACTED#/masters/36502973/summary</reportUrl> {code} |
New:
if you share a Jenkins job folder the resulting build.xml contains your blazemeter API token.
The API token should be only stored encrypted as a credential. {code:java} ..../builds/14/build.xml <hudson.plugins.blazemeter.PerformanceBuildAction plugin="BlazeMeterJenkinsPlugin@4.7"> <run class="flow-build" reference="../../.."/> <reportUrl>https://a.blazemeter.com/app/?public-token=REDACTED#/masters/36502973/summary</reportUrl> {code} |
Description |
Original:
if you share a Jenkins job folder the resulting build.xml contains your blazemeter API token.
The API token should be only stored encrypted as a credential. {code:java} ..../builds/14/build.xml <hudson.plugins.blazemeter.PerformanceBuildAction plugin="BlazeMeterJenkinsPlugin@4.7"> <run class="flow-build" reference="../../.."/> <reportUrl>https://a.blazemeter.com/app/?public-token=REDACTED#/masters/36502973/summary</reportUrl> {code} |
New:
if you share a Jenkins job folder the resulting build.xml contains your blazemeter API token.
The API token should be only stored encrypted as a credential. {code:java} ..../builds/14/build.xml <hudson.plugins.blazemeter.PerformanceBuildAction plugin="BlazeMeterJenkinsPlugin@4.7"> <run class="flow-build" reference="../../.."/> <reportUrl>https://a.blazemeter.com/app/?public-token=REDACTED#/masters/ID/summary</reportUrl> {code} |