Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2518#discussion_r82211018
  
    --- Diff: docs/setup/config.md ---
    @@ -140,6 +140,8 @@ will be used under the directory specified by 
jobmanager.web.tmpdir.
     
     - `blob.server.port`: Port definition for the blob server (serving user 
jar's) on the Taskmanagers. By default the port is set to 0, which means that 
the operating system is picking an ephemeral port. Flink also accepts a list of 
ports ("50100,50101"), ranges ("50100-50200") or a combination of both. It is 
recommended to set a range of ports to avoid collisions when multiple 
JobManagers are running on the same machine.
     
    +- `blob.service.ssl.enabled`: Flag to enable ssl for the blob 
client/server communication. This is applicable only when the global ssl flag 
security.ssl.enabled is set to true (DEFAULT: true).
    --- End diff --
    
    Do we really need a switch for this? If we have `security.ssl.enabled` set 
to `true`, then this should always be enabled.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to