Andres de la Peña created CASSANDRA-18316:
---------------------------------------------

             Summary: Add feature flag for dynamic data masking.
                 Key: CASSANDRA-18316
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18316
             Project: Cassandra
          Issue Type: New Feature
          Components: Feature/Dynamic Data Masking
            Reporter: Andres de la Peña
            Assignee: Andres de la Peña


Dynamic data masking 
([CEP-20|https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-20%3A+Dynamic+Data+Masking])
 is a new feature, so it will need a feature flag in {{cassandra.yaml}}. 
Something like:
{code}
# If enabled, dynamic data masking allows to attach CQL masking functions to 
the columns of a table.
# Users without the UNMASK permission will see an obscured version of the 
values of the columns with an attached mask.
# If dynamic data masking is disabled it won't be allowed to create new column 
masks, although it will still be possible
# to drop any previously existing masks. Also, any existing mask will be 
ignored at query time, so all users will see
# the clear values of the masked columns.
dynamic_data_masking_enabled: false
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to