[GitHub] flink issue #2518: [FLINK-3931] Implement Transport Encryption (SSL/TLS)

2016-10-17 Thread skrishnappa
Github user skrishnappa commented on the issue: https://github.com/apache/flink/pull/2518 Thanks @mxm for following this up. Cheers --- 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

[GitHub] flink issue #2518: [FLINK-3931] Implement Transport Encryption (SSL/TLS)

2016-10-16 Thread skrishnappa
Github user skrishnappa commented on the issue: https://github.com/apache/flink/pull/2518 Have included few more test cases to handle ssl failure scenarios. Also rebased the PR to the latest master --- If your project is set up for it, you can reply to this email and have your

[GitHub] flink pull request #2518: [FLINK-3931] Implement Transport Encryption (SSL/T...

2016-10-16 Thread skrishnappa
Github user skrishnappa commented on a diff in the pull request: https://github.com/apache/flink/pull/2518#discussion_r83553892 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobClientSslTest.java --- @@ -0,0 +1,284 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #2518: [FLINK-3931] Implement Transport Encryption (SSL/T...

2016-10-07 Thread skrishnappa
Github user skrishnappa commented on a diff in the pull request: https://github.com/apache/flink/pull/2518#discussion_r82413936 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/files/StaticFileServerHandler.java --- @@ -304,8 +314,15 @@ private void

[GitHub] flink pull request #2518: [FLINK-3931] Implement Transport Encryption (SSL/T...

2016-10-07 Thread skrishnappa
Github user skrishnappa commented on a diff in the pull request: https://github.com/apache/flink/pull/2518#discussion_r82412954 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobClientSslTest.java --- @@ -0,0 +1,284 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #2518: [FLINK-3931] Implement Transport Encryption (SSL/T...

2016-10-07 Thread skrishnappa
Github user skrishnappa commented on a diff in the pull request: https://github.com/apache/flink/pull/2518#discussion_r82412891 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java --- @@ -544,6 +552,11 @@ public static final String

[GitHub] flink pull request #2518: [FLINK-3931] Implement Transport Encryption (SSL/T...

2016-10-07 Thread skrishnappa
Github user skrishnappa commented on a diff in the pull request: https://github.com/apache/flink/pull/2518#discussion_r82412822 --- Diff: docs/setup/security-ssl.md --- @@ -0,0 +1,139 @@ +--- +title: "SSL Setup" +nav-parent_id: setup +

[GitHub] flink pull request #2518: [FLINK-3931] Implement Transport Encryption (SSL/T...

2016-10-07 Thread skrishnappa
Github user skrishnappa commented on a diff in the pull request: https://github.com/apache/flink/pull/2518#discussion_r82412518 --- Diff: docs/setup/config.md --- @@ -222,6 +238,7 @@ The following parameters configure Flink's JobManager and TaskMan

[GitHub] flink pull request #2518: [FLINK-3931] Implement Transport Encryption (SSL/T...

2016-10-07 Thread skrishnappa
Github user skrishnappa commented on a diff in the pull request: https://github.com/apache/flink/pull/2518#discussion_r82412499 --- Diff: docs/setup/config.md --- @@ -211,6 +214,19 @@ The following parameters configure Flink's JobManager and TaskManagers. - `akka.throu

[GitHub] flink pull request #2518: [FLINK-3931] Implement Transport Encryption (SSL/T...

2016-10-07 Thread skrishnappa
Github user skrishnappa commented on a diff in the pull request: https://github.com/apache/flink/pull/2518#discussion_r82412401 --- Diff: docs/setup/config.md --- @@ -140,6 +140,8 @@ will be used under the directory specified by jobmanager.web.tmpdir