You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/07/19 22:00:57 UTC

[jira] [Created] (CASSANDRA-2922) Move SimpleAuthenticator to examples/

Move SimpleAuthenticator to examples/
-------------------------------------

                 Key: CASSANDRA-2922
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2922
             Project: Cassandra
          Issue Type: Task
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 1.0


We've provided SimpleAuthenticator, a toy file-based authentication mechanism, since CASSANDRA-547.  This is NOT production ready (even non-experts can tell the encryption is a joke) but newcomers don't always realize this.

Let's move it to examples/ instead.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-2922) Move SimpleAuthenticator and SimpleAuthority to examples/

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2922:
--------------------------------------

    Description: 
We've provided SimpleAuthenticator and SimpleAuthority, toy file-based authentication and authorization mechanisms, since CASSANDRA-547.  These is NOT production ready (even non-experts can tell the encryption is a joke) but newcomers don't always realize this.

Let's move them to examples/ instead.

  was:
We've provided SimpleAuthenticator, a toy file-based authentication mechanism, since CASSANDRA-547.  This is NOT production ready (even non-experts can tell the encryption is a joke) but newcomers don't always realize this.

Let's move it to examples/ instead.

        Summary: Move SimpleAuthenticator and SimpleAuthority to examples/  (was: Move SimpleAuthenticator to examples/)

> Move SimpleAuthenticator and SimpleAuthority to examples/
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-2922
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2922
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 1.0
>
>         Attachments: 2922.txt
>
>
> We've provided SimpleAuthenticator and SimpleAuthority, toy file-based authentication and authorization mechanisms, since CASSANDRA-547.  These is NOT production ready (even non-experts can tell the encryption is a joke) but newcomers don't always realize this.
> Let's move them to examples/ instead.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (CASSANDRA-2922) Move SimpleAuthenticator and SimpleAuthority to examples/

Posted by "Jonathan Ellis (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-2922:
-----------------------------------------

    Assignee: Sylvain Lebresne  (was: Jonathan Ellis)
    
> Move SimpleAuthenticator and SimpleAuthority to examples/
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-2922
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2922
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: 2922.txt
>
>
> We've provided SimpleAuthenticator and SimpleAuthority, toy file-based authentication and authorization mechanisms, since CASSANDRA-547.  These are NOT production ready (even non-experts can tell the encryption is a joke) but newcomers don't always realize this.
> Let's move them to examples/ instead.

--
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] (CASSANDRA-2922) Move SimpleAuthenticator and SimpleAuthority to examples/

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

Sylvain Lebresne updated CASSANDRA-2922:
----------------------------------------

    Attachment: 2922.patch

Attaching a patch that move the two classes and the config files to examples/simple_authentication, along with a  small README.

One slight concern is that some parts (the cli, ColumnFamilyRecordReader and ColumnFamilyOutputFormat) are kind of suggesting we provide username/password authentication somehow (because they allow to configure a username and password either on the command line or in a config file), why we don't really, at least not out of the box. 
                
> Move SimpleAuthenticator and SimpleAuthority to examples/
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-2922
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2922
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: 2922.patch, 2922.txt
>
>
> We've provided SimpleAuthenticator and SimpleAuthority, toy file-based authentication and authorization mechanisms, since CASSANDRA-547.  These are NOT production ready (even non-experts can tell the encryption is a joke) but newcomers don't always realize this.
> Let's move them to examples/ instead.

--
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] (CASSANDRA-2922) Move SimpleAuthenticator and SimpleAuthority to examples/

Posted by "Sylvain Lebresne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100188#comment-13100188 ] 

Sylvain Lebresne commented on CASSANDRA-2922:
---------------------------------------------

I'm leaving this for 1.0 post freeze because it's not really a new feature per se and has basically no change of screwing things up. Feel free to object that decision.

However, the attached patch doesn't seems to do at all what it should.

> Move SimpleAuthenticator and SimpleAuthority to examples/
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-2922
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2922
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 1.0
>
>         Attachments: 2922.txt
>
>
> We've provided SimpleAuthenticator and SimpleAuthority, toy file-based authentication and authorization mechanisms, since CASSANDRA-547.  These are NOT production ready (even non-experts can tell the encryption is a joke) but newcomers don't always realize this.
> Let's move them to examples/ instead.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-2922) Move SimpleAuthenticator and SimpleAuthority to examples/

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2922:
--------------------------------------

    Description: 
We've provided SimpleAuthenticator and SimpleAuthority, toy file-based authentication and authorization mechanisms, since CASSANDRA-547.  These are NOT production ready (even non-experts can tell the encryption is a joke) but newcomers don't always realize this.

Let's move them to examples/ instead.

  was:
We've provided SimpleAuthenticator and SimpleAuthority, toy file-based authentication and authorization mechanisms, since CASSANDRA-547.  These is NOT production ready (even non-experts can tell the encryption is a joke) but newcomers don't always realize this.

Let's move them to examples/ instead.


> Move SimpleAuthenticator and SimpleAuthority to examples/
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-2922
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2922
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 1.0
>
>         Attachments: 2922.txt
>
>
> We've provided SimpleAuthenticator and SimpleAuthority, toy file-based authentication and authorization mechanisms, since CASSANDRA-547.  These are NOT production ready (even non-experts can tell the encryption is a joke) but newcomers don't always realize this.
> Let's move them to examples/ instead.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-2922) Move SimpleAuthenticator and SimpleAuthority to examples/

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2922:
--------------------------------------

    Attachment: 2922.txt

> Move SimpleAuthenticator and SimpleAuthority to examples/
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-2922
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2922
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 1.0
>
>         Attachments: 2922.txt
>
>
> We've provided SimpleAuthenticator and SimpleAuthority, toy file-based authentication and authorization mechanisms, since CASSANDRA-547.  These is NOT production ready (even non-experts can tell the encryption is a joke) but newcomers don't always realize this.
> Let's move them to examples/ instead.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2922) Move SimpleAuthenticator and SimpleAuthority to examples/

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

Jonathan Ellis commented on CASSANDRA-2922:
-------------------------------------------

+1, and I think standardizing on credential map keys is a Good Thing even if nobody has contributed a full-blown auth solution yet
                
> Move SimpleAuthenticator and SimpleAuthority to examples/
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-2922
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2922
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: 2922.patch, 2922.txt
>
>
> We've provided SimpleAuthenticator and SimpleAuthority, toy file-based authentication and authorization mechanisms, since CASSANDRA-547.  These are NOT production ready (even non-experts can tell the encryption is a joke) but newcomers don't always realize this.
> Let's move them to examples/ instead.

--
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