pradeepagrawal8184 commented on code in PR #1152:
URL: https://github.com/apache/ranger/pull/1152#discussion_r3796262643
##########
security-admin/src/main/java/org/apache/ranger/biz/ServiceDBStore.java:
##########
@@ -233,6 +233,7 @@ public class ServiceDBStore extends AbstractServiceStore {
public static final String
RANGER_PLUGINS_CONFIG_CONF_PREFIX = "ranger.plugins.conf.";
public static final String HIDDEN_PASSWORD_STR
= "*****";
public static final String CONFIG_KEY_PASSWORD
= "password";
+ public static final String CONFIG_TYPE_PASSWORD
= "password";
Review Comment:
How its different from above "CONFIG_KEY_PASSWORD"
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]