[GitHub] drill pull request #1139: DRILL-6189: Security: passwords logging and file p...

2018-03-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1139 ---

[GitHub] drill pull request #1139: DRILL-6189: Security: passwords logging and file p...

2018-03-01 Thread vladimirtkach
Github user vladimirtkach commented on a diff in the pull request: https://github.com/apache/drill/pull/1139#discussion_r171588799 --- Diff: logical/src/main/java/org/apache/drill/common/config/LogicalPlanPersistence.java --- @@ -52,6 +53,7 @@ public

[GitHub] drill pull request #1139: DRILL-6189: Security: passwords logging and file p...

2018-03-01 Thread vladimirtkach
Github user vladimirtkach commented on a diff in the pull request: https://github.com/apache/drill/pull/1139#discussion_r171579096 --- Diff: contrib/storage-jdbc/src/main/java/org/apache/drill/exec/store/jdbc/JdbcStorageConfig.java --- @@ -17,13 +17,15 @@ */ package

[GitHub] drill pull request #1139: DRILL-6189: Security: passwords logging and file p...

2018-03-01 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1139#discussion_r171511391 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserServer.java --- @@ -91,6 +91,34 @@ static {

[GitHub] drill pull request #1139: DRILL-6189: Security: passwords logging and file p...

2018-03-01 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1139#discussion_r171512422 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/DefaultSqlHandler.java --- @@ -158,7 +162,9 @@ protected void

[GitHub] drill pull request #1139: DRILL-6189: Security: passwords logging and file p...

2018-03-01 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1139#discussion_r171510779 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserServer.java --- @@ -91,6 +91,34 @@ static {

[GitHub] drill pull request #1139: DRILL-6189: Security: passwords logging and file p...

2018-03-01 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1139#discussion_r171512007 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserServer.java --- @@ -320,7 +348,7 @@ protected void

[GitHub] drill pull request #1139: DRILL-6189: Security: passwords logging and file p...

2018-03-01 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1139#discussion_r171511274 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserServer.java --- @@ -91,6 +91,34 @@ static {

[GitHub] drill pull request #1139: DRILL-6189: Security: passwords logging and file p...

2018-02-28 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1139#discussion_r171308023 --- Diff: protocol/src/main/java/org/apache/drill/exec/proto/UserProtos.java --- @@ -5798,6 +5798,34 @@ public static UserToBitHandshake

[GitHub] drill pull request #1139: DRILL-6189: Security: passwords logging and file p...

2018-02-28 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1139#discussion_r171307607 --- Diff: logical/src/main/java/org/apache/drill/common/config/LogicalPlanPersistence.java --- @@ -52,6 +53,7 @@ public

[GitHub] drill pull request #1139: DRILL-6189: Security: passwords logging and file p...

2018-02-28 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1139#discussion_r171307292 --- Diff: contrib/storage-jdbc/src/main/java/org/apache/drill/exec/store/jdbc/JdbcStorageConfig.java --- @@ -17,13 +17,15 @@ */ package

[GitHub] drill pull request #1139: DRILL-6189: Security: passwords logging and file p...

2018-02-28 Thread vladimirtkach
GitHub user vladimirtkach opened a pull request: https://github.com/apache/drill/pull/1139 DRILL-6189: Security: passwords logging and file permisions 1. Overrided serialization methods for instances with passwords 2. Changed file permissions for configuration files You can