Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spark 3883: SSL support for HttpServer and Akka #3571

Closed

Commits on Feb 2, 2015

  1. SPARK-3883: SSL support for HttpServer and Akka

    - Introduced SSLOptions object
    - SSLOptions is created by SecurityManager
    - SSLOptions configures Akka and Jetty to use SSL
    - Provided utility methods to determine the proper Akka protocol for Akka requests and to configure SSL socket factory for URL connections
    - Added tests cases for AkkaUtils, FileServer, SSLOptions and SecurityManager
    - Added a way to use node local SSL configuration by executors and driver
    - Make CoarseGrainedExecutorBackend not overwrite the settings which are executor startup configuration - they are passed anyway from Worker
    jacek-lewandowski committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    93050f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72b2541 View commit details
    Browse the repository at this point in the history
  3. SPARK-3883: Refactored methods to resolve Akka address and made it po…

    …ssible to easily configure multiple communication layers for SSL
    jacek-lewandowski committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    90a8762 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2532668 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb31b49 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from jacek-lewandowski/SPARK-3883-docs2

    SPARK-3883: Added Scala docs for SSL
    jacek-lewandowski committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    9ef4ed1 View commit details
    Browse the repository at this point in the history