You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Ari Rabkin (JIRA)" <ji...@apache.org> on 2009/12/21 06:54:18 UTC

[jira] Created: (CHUKWA-434) encrypted posts to collector

encrypted posts to collector
----------------------------

                 Key: CHUKWA-434
                 URL: https://issues.apache.org/jira/browse/CHUKWA-434
             Project: Hadoop Chukwa
          Issue Type: New Feature
          Components: data collection
            Reporter: Ari Rabkin


Optionally having SSL for the posts to collectors would make Chukwa more useful with agents and collectors separated by a wide-area network.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CHUKWA-434) encrypted posts to collector

Posted by "Jerome Boulon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793275#action_12793275 ] 

Jerome Boulon commented on CHUKWA-434:
--------------------------------------

Ari,
My new collector is working on direct socket connection using NIO and HTTP/HTTPS. I already have some code for Jetty so if you want I can take the jetty side and you can do the agent side?


> encrypted posts to collector
> ----------------------------
>
>                 Key: CHUKWA-434
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-434
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: data collection
>            Reporter: Ari Rabkin
>
> Optionally having SSL for the posts to collectors would make Chukwa more useful with agents and collectors separated by a wide-area network.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CHUKWA-434) encrypted posts to collector

Posted by "Ari Rabkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793091#action_12793091 ] 

Ari Rabkin commented on CHUKWA-434:
-----------------------------------

This has two parts: modifying the collector to optionally accept https, and modifying the agent to optionally send using it. Neither should be all that bad, since there is HTTPS support in both jetty and the apache HTTP client.

Key management is likely to be trouble.

> encrypted posts to collector
> ----------------------------
>
>                 Key: CHUKWA-434
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-434
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: data collection
>            Reporter: Ari Rabkin
>
> Optionally having SSL for the posts to collectors would make Chukwa more useful with agents and collectors separated by a wide-area network.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.