rlevas commented on a change in pull request #56: KNOX-1756 - Knox Gateway TLS
Keystore and Alias Should be Configurable
URL: https://github.com/apache/knox/pull/56#discussion_r259000094
##########
File path:
gateway-test-release-utils/src/main/java/org/apache/knox/gateway/GatewayTestConfig.java
##########
@@ -91,6 +91,11 @@ public String getGatewaySecurityDir() {
return gatewayHomeDir + "/security";
}
+ @Override
+ public String getGatewayKeystoreDir() {
+ return getGatewaySecurityDir() + "/keystores";
Review comment:
I thought about that since I did it other places, but it goes against the
general style of the file... so I didn't do it that way. I will fix though.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services