Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-1054

Enhance column masking feature to support custom value/expression

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.0
    • 0.6.0
    • plugins
    • None

    Description

      Column-masking feature supports a number of masking types - like mask/mask_first_4/mask_last_4/mask_show_first_4/.. Adding support to enable custom value or expression can make this feature easily extendable, to address various use cases. For example:

      - to show only first 4 digits of ccn field, the expression would be 'substr({col}, 0, 4)'
      - to show only last 4 digits of ccn field, the expression would be 'substr({col}, length({col} - 3)'
      

      Attachments

        1. RANGER-1054.patch
          3 kB
          Madhan Neethiraj
        There are no Sub-Tasks for this issue.

        Activity

          People

            madhan Madhan Neethiraj
            madhan Madhan Neethiraj
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: