[jira] [Commented] (KAFKA-1059) Improve the patch review tool to use OAuth for JIRA access

2014-07-21 Thread Manikumar Reddy (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14068651#comment-14068651
 ] 

Manikumar Reddy commented on KAFKA-1059:


[nehanarkhede]  I am unable to contact ASF JIRA administrators. It seems only 
committers can mail to ASF infra mailing lists. First i want to confirm the 
above steps with infra team. Then I need help on steps 1 ,2 ,3. 

 Improve the patch review tool to use OAuth for JIRA access
 --

 Key: KAFKA-1059
 URL: https://issues.apache.org/jira/browse/KAFKA-1059
 Project: Kafka
  Issue Type: Improvement
  Components: tools
Reporter: Neha Narkhede
Assignee: Manikumar Reddy
  Labels: newbie

 jira-python seems to support oauth for accessing jira. It will be nice to do 
 that instead of storing the password in clear text
 http://jira-python.readthedocs.org/en/latest/#oauth



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (KAFKA-1059) Improve the patch review tool to use OAuth for JIRA access

2014-07-17 Thread Neha Narkhede (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14065137#comment-14065137
 ] 

Neha Narkhede commented on KAFKA-1059:
--

hey [~omkreddy], thanks for proactively looking into this. I punted on this 
since I couldn't figure it out in the 1 hour that I dedicated to writing this 
tool :-) I'm wondering if you need any help for next steps on this? For step 2, 
are you saying that you contacted the JIRA admin already? Did you hear back?

 Improve the patch review tool to use OAuth for JIRA access
 --

 Key: KAFKA-1059
 URL: https://issues.apache.org/jira/browse/KAFKA-1059
 Project: Kafka
  Issue Type: Improvement
  Components: tools
Reporter: Neha Narkhede

 jira-python seems to support oauth for accessing jira. It will be nice to do 
 that instead of storing the password in clear text
 http://jira-python.readthedocs.org/en/latest/#oauth



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (KAFKA-1059) Improve the patch review tool to use OAuth for JIRA access

2014-07-13 Thread Manikumar Reddy (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060059#comment-14060059
 ] 

Manikumar Reddy commented on KAFKA-1059:


Below links gives steps to configure OAuth authentication.

http://stackoverflow.com/questions/18153033/jira-python-oauth-how-to-get-the-parameters-for-authentication
https://bitbucket.org/atlassian_tutorial/atlassian-oauth-examples/src/d625161454d1ca97b4515c6147b093fac9a68f7e/README.md?at=default

Steps:
1. Generate an RSA pub/priv key pair. Atlassian's OAuth provider uses RSA-SHA1 
to sign the request. 

2. Configure an Application Link. To register an OAuth consumer, you'll need to 
register an Application Link inside your Atlassian product. 
https://confluence.atlassian.com/display/JIRA/Linking+to+Another+Application

3. After you've created an Application Link, configure an Incoming 
Authentication 

4. Update kafka patch review tool.

Step 2,  Can be configured by a JIRA user with the JIRA Administrators 
permissions.
I request JIRA administrator to create this application link.
 

 Improve the patch review tool to use OAuth for JIRA access
 --

 Key: KAFKA-1059
 URL: https://issues.apache.org/jira/browse/KAFKA-1059
 Project: Kafka
  Issue Type: Improvement
  Components: tools
Reporter: Neha Narkhede

 jira-python seems to support oauth for accessing jira. It will be nice to do 
 that instead of storing the password in clear text
 http://jira-python.readthedocs.org/en/latest/#oauth



--
This message was sent by Atlassian JIRA
(v6.2#6252)