[GitHub] storm pull request #2081: [STORM-2482] Refactor the Storm auto credential pl...

2017-05-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2081 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] storm pull request #2081: [STORM-2482] Refactor the Storm auto credential pl...

2017-04-27 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2081#discussion_r113686981 --- Diff: docs/storm-hbase.md --- @@ -56,22 +56,43 @@ The approach described above requires that all potential worker hosts have "stor multiple

[GitHub] storm pull request #2081: [STORM-2482] Refactor the Storm auto credential pl...

2017-04-27 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2081#discussion_r113686513 --- Diff: docs/SECURITY.md --- @@ -423,16 +423,18 @@ nimbus.impersonation.acl: ### Automatic Credentials Push and Renewal Individual

[GitHub] storm pull request #2081: [STORM-2482] Refactor the Storm auto credential pl...

2017-04-27 Thread omkreddy
Github user omkreddy commented on a diff in the pull request: https://github.com/apache/storm/pull/2081#discussion_r113670700 --- Diff: external/storm-autocreds/src/main/java/org/apache/storm/common/AbstractAutoCreds.java --- @@ -0,0 +1,250 @@ +/** + * Licensed to the

[GitHub] storm pull request #2081: [STORM-2482] Refactor the Storm auto credential pl...

2017-04-27 Thread omkreddy
Github user omkreddy commented on a diff in the pull request: https://github.com/apache/storm/pull/2081#discussion_r113671063 --- Diff: external/storm-autocreds/src/main/java/org/apache/storm/common/AbstractAutoCreds.java --- @@ -0,0 +1,250 @@ +/** + * Licensed to the

[GitHub] storm pull request #2081: [STORM-2482] Refactor the Storm auto credential pl...

2017-04-27 Thread omkreddy
Github user omkreddy commented on a diff in the pull request: https://github.com/apache/storm/pull/2081#discussion_r113670746 --- Diff: external/storm-autocreds/src/main/java/org/apache/storm/common/AbstractAutoCreds.java --- @@ -0,0 +1,250 @@ +/** + * Licensed to the

[GitHub] storm pull request #2081: [STORM-2482] Refactor the Storm auto credential pl...

2017-04-26 Thread priyank5485
Github user priyank5485 commented on a diff in the pull request: https://github.com/apache/storm/pull/2081#discussion_r113541511 --- Diff: external/storm-autocreds/src/main/java/org/apache/storm/common/AbstractAutoCreds.java --- @@ -0,0 +1,250 @@ +/** + * Licensed to the

[GitHub] storm pull request #2081: [STORM-2482] Refactor the Storm auto credential pl...

2017-04-26 Thread priyank5485
Github user priyank5485 commented on a diff in the pull request: https://github.com/apache/storm/pull/2081#discussion_r113535108 --- Diff: external/storm-autocreds/src/main/java/org/apache/storm/common/AbstractAutoCreds.java --- @@ -0,0 +1,250 @@ +/** + * Licensed to the

[GitHub] storm pull request #2081: [STORM-2482] Refactor the Storm auto credential pl...

2017-04-26 Thread priyank5485
Github user priyank5485 commented on a diff in the pull request: https://github.com/apache/storm/pull/2081#discussion_r113517229 --- Diff: docs/storm-hbase.md --- @@ -56,22 +56,43 @@ The approach described above requires that all potential worker hosts have "stor multiple

[GitHub] storm pull request #2081: [STORM-2482] Refactor the Storm auto credential pl...

2017-04-26 Thread priyank5485
Github user priyank5485 commented on a diff in the pull request: https://github.com/apache/storm/pull/2081#discussion_r113515141 --- Diff: docs/SECURITY.md --- @@ -423,16 +423,18 @@ nimbus.impersonation.acl: ### Automatic Credentials Push and Renewal Individual

[GitHub] storm pull request #2081: [STORM-2482] Refactor the Storm auto credential pl...

2017-04-21 Thread arunmahadevan
GitHub user arunmahadevan opened a pull request: https://github.com/apache/storm/pull/2081 [STORM-2482] Refactor the Storm auto credential plugins to be more usable 1. Create a new storm module storm-autocreds 2. Move AutoHDFS and AutoHBase to storm-autocreds 3.