michaelsembwever commented on code in PR #3600:
URL: https://github.com/apache/cassandra/pull/3600#discussion_r1792362056
##########
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:
to clarify, in this PR and the 5.0 PR, on lines where `class_name: ` is
introduced then use short class names.
ignore lines that are not otherwise being touched in these PRs.
--
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]