<< Back to previous view |
![]() |
[QB-4195] Use a new field to store the token for REST access in the GitHub plugin.
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 15.0.17 |
Fix Version/s: | 15.0.18 |
Type: | Improvement | Priority: | Major |
Reporter: | Steve Luo | Assigned To: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
Currently, GitHub plugin use the same token as clone repository, it may cause security leak as when clone repository, the git config file stores the password, so use GCM is a better approach. But as QuickBuild also uses that token to fetch Pull requests or update commit status, we can't empty the password field.
So, in this case, we need use a new field to store the token for REST access only. |