This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push: new ed532e29 Update Apache-Cassandra-4.1-Features-Authentication-Plugin-Support-for-CQLSH.adoc correct config in examples ed532e29 is described below commit ed532e295df196fc4a5da732b161958197c8cc70 Author: Tiago Laureano Alves <tiagomlal...@gmail.com> AuthorDate: Wed May 7 10:51:26 2025 +0100 Update Apache-Cassandra-4.1-Features-Authentication-Plugin-Support-for-CQLSH.adoc correct config in examples Closes https://github.com/apache/cassandra-website/pull/291 patch by Tiago Laureano Alves; reviewed by Mick Semb Wever --- ...assandra-4.1-Features-Authentication-Plugin-Support-for-CQLSH.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-4.1-Features-Authentication-Plugin-Support-for-CQLSH.adoc b/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-4.1-Features-Authentication-Plugin-Support-for-CQLSH.adoc index 32c313ad..af189d24 100644 --- a/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-4.1-Features-Authentication-Plugin-Support-for-CQLSH.adoc +++ b/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-4.1-Features-Authentication-Plugin-Support-for-CQLSH.adoc @@ -57,7 +57,7 @@ The auth_provider section details a `module` which is the path to the class and ``` [auth_provider] module = mycassandra.auth.foo -class = BarAuthProvider +classname = BarAuthProvider ``` === Adding Parameters @@ -67,7 +67,7 @@ To specify non-secret properties, we can simply add the names in the same sectio ``` [auth_provider] module = mycassandra.auth.foo -class = BarAuthProvider +classname = BarAuthProvider property1 = value ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org