fateh288 commented on code in PR #569:
URL: https://github.com/apache/ranger/pull/569#discussion_r2194010382
##########
kms/src/main/java/org/apache/hadoop/crypto/key/RangerKeyStoreProvider.java:
##########
@@ -66,7 +66,7 @@ public class RangerKeyStoreProvider extends KeyProvider {
private static final String CREDENTIAL_PATH =
"ranger.ks.jpa.jdbc.credential.provider.path";
private static final String MK_CREDENTIAL_ALIAS =
"ranger.ks.masterkey.credential.alias";
private static final String DB_CREDENTIAL_ALIAS =
"ranger.ks.jpa.jdbc.credential.alias";
- private static final String DB_PASSWORD =
"ranger.ks.jpa.jdbc.password";
+ public static final String DB_PASSWORD =
"ranger.ks.jpa.jdbc.password";
Review Comment:
@dhavalshah9131 @vikaskr22 @spolavarapu1
Do you think this is a valid concern from copilot?
I don't think so but let me know your thoughts
--
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]