Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-4324

Livy Interpreter support two way SSL

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.9.0
    • livy-interpreter
    • None

    Description

      Our Livy instance is behind a reverse proxy that protects Livy with two way SSL (also known as client side SSL or mutual SSL authentication). To support this, the http client in the Livy interpreter should be extended to also receive "key material" e.g.:

      SSLContext sslContext = SSLContexts.custom()
           .loadKeyMaterial(keyStore, password)
           .loadTrustMaterial(trustStore) 
           .build(); 

      Naturally, adding the keyStore should only be done if a relevant keystore property (to be added with this Jira as well) is not blank.

      Attachments

        Issue Links

          Activity

            People

              fdeantoni Ferdinand de Antoni
              fdeantoni Ferdinand de Antoni
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

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