[
https://issues.apache.org/jira/browse/KAFKA-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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)