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 2020/04/06 13:54:08 UTC

[GitHub] [knox] moresandeep commented on a change in pull request #304: KNOX-2315 - Fix zookeeper Kerberos Auth

moresandeep commented on a change in pull request #304: KNOX-2315 - Fix zookeeper Kerberos Auth
URL: https://github.com/apache/knox/pull/304#discussion_r404108495
 
 

 ##########
 File path: gateway-service-remoteconfig/src/main/java/org/apache/knox/gateway/service/config/remote/config/RemoteConfigurationRegistry.java
 ##########
 @@ -32,6 +32,8 @@
     private String keyTab;
     private boolean useKeyTab;
     private boolean useTicketCache;
+    /* If true ensures that the auth scheme used to create znodes is `auth` and not `sasl` */
+    private boolean isBackwardsCompatible;
 
 Review comment:
   The `is` prefix is to indicate that this is a boolean, just a habit. The config variable exposed to users is `backwardCompatible`

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


With regards,
Apache Git Services