You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2015/02/23 04:35:22 UTC

svn commit: r1661601 - /gora/site/trunk/content/current/gora-cassandra.md

Author: lewismc
Date: Mon Feb 23 03:35:21 2015
New Revision: 1661601

URL: http://svn.apache.org/r1661601
Log:
update documentation to account for GORA-376

Modified:
    gora/site/trunk/content/current/gora-cassandra.md

Modified: gora/site/trunk/content/current/gora-cassandra.md
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-cassandra.md?rev=1661601&r1=1661600&r2=1661601&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-cassandra.md (original)
+++ gora/site/trunk/content/current/gora-cassandra.md Mon Feb 23 03:35:21 2015
@@ -35,6 +35,18 @@ enables [Apache Cassandra](http://cassan
     <td>Yes</td>
     <td>This value should specify the host:port for a running Cassandra server or node. In this case the server happens to be running on localhost at port 9160 which is the default Cassandra server configuration. It is important that the <b>host</b> matches that specified in <code>gora-cassandra-mapping.xml</code></td>
    </tr>
+   <tr>
+    <td>gora.cassandrastore.username=</td>
+    <td>${username}</td>
+    <td>No</td>
+    <td>The authentication details for passing a <b>username</b> to the CassandraHostConfigurator. This will be required if security is required for Cassandra reads and writes.</td>
+   </tr>
+   <tr>
+    <td>gora.cassandrastore.password=</td>
+    <td>${password}</td>
+    <td>No</td>
+    <td>The authentication details for passing a <b>password</b> to the CassandraHostConfigurator. This will be required if security is required for Cassandra reads and writes.</td>
+   </tr>
   </tboday>
 </table>