sarankk commented on code in PR #165:
URL: https://github.com/apache/cassandra-sidecar/pull/165#discussion_r1901260678
##########
conf/sidecar.yaml:
##########
@@ -174,6 +174,13 @@ access_control:
#
# other options are,
io.vertx.ext.auth.mtls.impl.SpiffeIdentityExtractor.
certificate_identity_extractor:
org.apache.cassandra.sidecar.acl.authentication.CassandraIdentityExtractor
+ authorizer:
+ # AuthorizationProvider provides authorizations an authenticated user
holds.
+ #
+ #
org.apache.cassandra.sidecar.acl.authorization.AllowAllAuthorizationProvider
marks all requests as authorized.
+ # Other options are
org.apache.cassandra.sidecar.acl.authorization.RoleBaseAuthorizationProvider,
it validates
+ # role associated with authenticated user has permission for resource it
accesses.
+ - class_name:
org.apache.cassandra.sidecar.acl.authorization.AllowAllAuthorizationProvider
Review Comment:
Yes
--
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]