forked from apache/orc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORC-1484: Use
JIRA_ACCESS_TOKEN
in merge_orc_pr.py
### What changes were proposed in this pull request? This PR aims to use `JIRA_ACCESS_TOKEN` instead of a pair of JIRA_USERNAME and JIRA_PASSWORD. ### Why are the changes needed? To reduce the security vulnerability for the committers, we had better use `Access Tokens` instead of user ID and password. Personal Access Tokens are available here. - https://issues.apache.org/jira/secure/ViewProfile.jspa ### How was this patch tested? Manual. I used this script when I merge apache#1586 . Closes apache#1589 from dongjoon-hyun/ORC-1484. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Loading branch information
1 parent
ad75574
commit 522d759
Showing
1 changed file
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters