Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-2780

Enable zookeeper TLS options from Config

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      We need someway to enable TLS with zookeeper clients.

      There are 8 required environment properties to be set, either through jvm args or System.setProperty

       
      System.setProperty("zookeeper.client.secure""true");
      System.setProperty("zookeeper.clientCnxnSocket""org.apache.zookeeper.ClientCnxnSocketNetty");
      System.setProperty("zookeeper.ssl.keyStore.location""");
      System.setProperty("zookeeper.ssl.keyStore.password""");
      System.setProperty("zookeeper.ssl.keyStore.type""PKCS12");
      System.setProperty("zookeeper.ssl.trustStore.location""");
      System.setProperty("zookeeper.ssl.trustStore.password""");
      System.setProperty("zookeeper.ssl.trustStore.type""JKS");

       

      This option needs to be on both the AM and containers.

      Attachments

        Activity

          People

            Unassigned Unassigned
            katieliu Katie Liu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 1h 10m
                1h 10m