tiagomlalves commented on code in PR #3600:
URL: https://github.com/apache/cassandra/pull/3600#discussion_r1793343996
##########
conf/cassandra_latest.yaml:
##########
@@ -180,37 +184,57 @@ authenticator:
# Authorization backend, implementing IAuthorizer; used to limit
access/provide permissions
# Out of the box, Cassandra provides
org.apache.cassandra.auth.{AllowAllAuthorizer,
# CassandraAuthorizer}.
+# Optional parameters can be specified in the form of:
+# parameters:
+# param_key1: param_value1
+# ...
#
# - AllowAllAuthorizer allows any action to any user - set it to disable
authorization.
# - CassandraAuthorizer stores permissions in system_auth.role_permissions
table. Please
# increase system_auth keyspace replication factor if you use this
authorizer.
-authorizer: AllowAllAuthorizer
+authorizer:
+ class_name: org.apache.cassandra.auth.AllowAllAuthorizer
Review Comment:
Agreed to use short class names in all places and fixing other places not
following that convention to prevent confusion in the future.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]