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_r258986451
 
 

 ##########
 File path: 
gateway-server/src/main/java/org/apache/knox/gateway/services/security/impl/DefaultAliasService.java
 ##########
 @@ -39,14 +39,20 @@
 public class DefaultAliasService implements AliasService {
   private static final GatewayMessages LOG = MessagesFactory.get( 
GatewayMessages.class );
 
-  private static final String GATEWAY_IDENTITY_PASSPHRASE = 
"gateway-identity-passphrase";
+  protected static char[] chars = { 'a', 'b', 'c', 'd', 'e', 'f', 'g',
 
 Review comment:
   I will look into that. Must be a merging issue. Thanks. 

----------------------------------------------------------------
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

Reply via email to