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_r258989316
##########
File path:
gateway-server/src/main/java/org/apache/knox/gateway/services/security/impl/DefaultKeystoreService.java
##########
@@ -450,6 +481,22 @@ private void removeFromCache(String clusterName, String
alias) {
@Override
public String getKeystorePath() {
- return keyStoreDir + GATEWAY_KEYSTORE;
+ return config.getIdentityKeystorePath();
+ }
+
+ private char[] getIdentityKeystorePassword() throws KeystoreServiceException
{
Review comment:
Agreed... will change.
----------------------------------------------------------------
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