smolnar82 commented on a change in pull request #442:
URL: https://github.com/apache/knox/pull/442#discussion_r624737344
##########
File path:
gateway-server/src/main/java/org/apache/knox/gateway/config/impl/GatewayConfigImpl.java
##########
@@ -1258,4 +1261,20 @@ public int getDatabasePort() {
public String getDatabaseName() {
return get(GATEWAY_DATABASE_NAME, "GATEWAY_DATABASE");
}
+
+ @Override
+ public boolean isDatabaseSslEnabled() {
Review comment:
Thanks, @lmccay for your review! I agree that per topology may be
necessary once. Let's cross that bridge when we come to it!
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]