smiklosovic commented on code in PR #2490:
URL: https://github.com/apache/cassandra/pull/2490#discussion_r1264728825
##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -79,6 +79,7 @@ public static Set<String> splitCommaDelimited(String src)
public String authenticator;
public String authorizer;
public String role_manager;
+ public String crypto_provider;
Review Comment:
This should be of type `ParameterizedClass`. That way it will be configured
same way as e.g. `seed_provider`.
--
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]