You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by GitBox <gi...@apache.org> on 2019/02/21 08:29:27 UTC

[GitHub] smolnar82 commented on a change in pull request #56: KNOX-1756 - Knox Gateway TLS Keystore and Alias Should be Configurable

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

 ##########
 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:
   This has been moved to `org.apache.knox.gateway.util.PasswordUtils` couple of days ago and no longer used within this class

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services