Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-4094

Add Configration to support encryption of Distributed Cache Data

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.6.0, 2.7.0
    • None
    • documentation, yarn
    • None

    Description

      Currently Ditributed cache does not allow mechanism to encrypt the data that gets copied over during processing. One attack vector is to process small files that contain sensitive data to use this mechanism to access contents of small files.
      This requests aims to counter that by providing for configuration at service level that lets yarn encrypt all the data that gets to cache on each node. Yarn components should encrypt while copying the data on to disk and decrypt during the processing. Lets start by leveraging the symmetric key mechanism used by HDFS transparent mechanism similar to DEK (Data Encryption key) that could be generated as part of the process.
      Next step could be to setup Encryption zone key similar to transperent encryption mechanism.
      Please suggest if there is a better way.

      Attachments

        Activity

          People

            Unassigned Unassigned
            SINGHVJD Vijay Singh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: