Uploaded image for project: 'Apache Hudi'
  1. Apache Hudi
  2. HUDI-2370

Supports data encryption (COW tables)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Blocker
    • Resolution: Done
    • None
    • 0.11.0
    • None

    Description

      Data security is becoming more and more important, if hudi can support encryption, it is very welcome

      1. Specify column encryption
      2. Support footer encryption
      3. Custom encrypted client interface(Provide memory-based encryption client by default)
      4. Specify the encryption key

       

      When querying, you need to pass the relevant key or obtain query permission based on the client's encrypted interface. If it fails, the result cannot be returned.
      1. When querying non-encrypted fields, the key is not passed, and the data is returned normally
      2. When querying encrypted fields, the key is not passed and the data is not returned
      3. When the encrypted field is queried, the key is passed, and the data is returned normally
      4. When querying all fields, the key is not passed and no result is returned. If passed, the data returns normally

       

      Start with COW first

      Attachments

        Activity

          People

            liujinhui liujinhui
            liujinhui liujinhui
            Raymond Xu, Vinoth Chandar
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: