You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Todd Lipcon (Created) (JIRA)" <ji...@apache.org> on 2012/03/05 23:53:57 UTC

[jira] [Created] (HADOOP-8141) Add method to init krb5 cipher suites

Add method to init krb5 cipher suites
-------------------------------------

                 Key: HADOOP-8141
                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
             Project: Hadoop Common
          Issue Type: Improvement
          Components: security
    Affects Versions: 0.23.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
            Priority: Trivial
         Attachments: hdfs-8141.txt

We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224590#comment-13224590 ] 

Hudson commented on HADOOP-8141:
--------------------------------

Integrated in Hadoop-Common-0.23-Commit #656 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/656/])
    HADOOP-8141. Add method to SecurityUtil to init krb5 cipher suites. Contributed by Todd Lipcon. (Revision 1298035)

     Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1298035
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/Krb5AndCertsSslSocketConnector.java
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SecurityUtil.java

                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: hadoop-8141.txt, hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223905#comment-13223905 ] 

Hadoop QA commented on HADOOP-8141:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12517346/hadoop-8141.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these unit tests:
                  org.apache.hadoop.fs.viewfs.TestViewFsTrash

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/682//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/682//console

This message is automatically generated.
                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: hadoop-8141.txt, hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224600#comment-13224600 ] 

Hudson commented on HADOOP-8141:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1856 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1856/])
    HADOOP-8141. Add method to SecurityUtil to init krb5 cipher suites. Contributed by Todd Lipcon. (Revision 1298036)

     Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1298036
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/Krb5AndCertsSslSocketConnector.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SecurityUtil.java

                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: hadoop-8141.txt, hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Todd Lipcon (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HADOOP-8141:
--------------------------------

          Resolution: Fixed
       Fix Version/s: 0.23.3
                      0.24.0
    Target Version/s: 0.24.0, 0.23.3  (was: 0.23.3, 0.24.0)
        Hadoop Flags: Reviewed
              Status: Resolved  (was: Patch Available)

Committed to branch-23 and trunk
                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: hadoop-8141.txt, hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224601#comment-13224601 ] 

Hudson commented on HADOOP-8141:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #657 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/657/])
    HADOOP-8141. Add method to SecurityUtil to init krb5 cipher suites. Contributed by Todd Lipcon. (Revision 1298035)

     Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1298035
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/Krb5AndCertsSslSocketConnector.java
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SecurityUtil.java

                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: hadoop-8141.txt, hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224586#comment-13224586 ] 

Hudson commented on HADOOP-8141:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #647 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/647/])
    HADOOP-8141. Add method to SecurityUtil to init krb5 cipher suites. Contributed by Todd Lipcon. (Revision 1298035)

     Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1298035
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/Krb5AndCertsSslSocketConnector.java
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SecurityUtil.java

                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: hadoop-8141.txt, hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Todd Lipcon (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HADOOP-8141:
--------------------------------

    Attachment: hadoop-8141.txt
    
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: hadoop-8141.txt, hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Aaron T. Myers (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223908#comment-13223908 ] 

Aaron T. Myers commented on HADOOP-8141:
----------------------------------------

+1
                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: hadoop-8141.txt, hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224587#comment-13224587 ] 

Hudson commented on HADOOP-8141:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1922 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1922/])
    HADOOP-8141. Add method to SecurityUtil to init krb5 cipher suites. Contributed by Todd Lipcon. (Revision 1298036)

     Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1298036
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/Krb5AndCertsSslSocketConnector.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SecurityUtil.java

                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: hadoop-8141.txt, hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Aaron T. Myers (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222835#comment-13222835 ] 

Aaron T. Myers commented on HADOOP-8141:
----------------------------------------

Oh, also, could you please file a JIRA to change the spots in HDFS where this code is duplicated to call this new function? I also think there's a place in Common which could be updated to use this function without filing another JIRA (Krb5AndCertsSslSocketConnector).
                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Todd Lipcon (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HADOOP-8141:
--------------------------------

    Attachment: hdfs-8141.txt

trivial patch. No tests since this will be called from other code in HDFS.
                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222786#comment-13222786 ] 

Hadoop QA commented on HADOOP-8141:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12517145/hdfs-8141.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/677//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/677//console

This message is automatically generated.
                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224595#comment-13224595 ] 

Hudson commented on HADOOP-8141:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1848 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1848/])
    HADOOP-8141. Add method to SecurityUtil to init krb5 cipher suites. Contributed by Todd Lipcon. (Revision 1298036)

     Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1298036
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/Krb5AndCertsSslSocketConnector.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SecurityUtil.java

                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: hadoop-8141.txt, hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Aaron T. Myers (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222834#comment-13222834 ] 

Aaron T. Myers commented on HADOOP-8141:
----------------------------------------

+1
                
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8141) Add method to init krb5 cipher suites

Posted by "Todd Lipcon (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HADOOP-8141:
--------------------------------

    Target Version/s: 0.24.0, 0.23.3  (was: 0.23.3, 0.24.0)
              Status: Patch Available  (was: Open)
    
> Add method to init krb5 cipher suites
> -------------------------------------
>
>                 Key: HADOOP-8141
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8141
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: hdfs-8141.txt
>
>
> We have duplicated the code in a lot of places to set https.cipherSuites. We should put a utility method in SecurityUtil for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira