You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/19 06:45:43 UTC

[GitHub] [shardingsphere] jiangML opened a new issue, #22964: QUERY_WITH_CIPHER_COLUMN supports column-level settings

jiangML opened a new issue, #22964:
URL: https://github.com/apache/shardingsphere/issues/22964

   ## Feature Request
   
   **For English only**, other languages will not accept.
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot make decision by current information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Is your feature request related to a problem?
   When using `DistSQL` to operate `ENCRYPT` rules, it is hoped that `QUERY_WITH_CIPHER_COLUMN` can be set on the column
   ### Describe the feature you would like.
   For example, set user_id and order_id separately.
   ```sql
   CREATE ENCRYPT RULE t_encrypt (
   COLUMNS(
       (NAME=user_id, CIPHER =user_plain, ENCRYPT_ALGORITHM(TYPE(NAME='MD5')), QUERY_WITH_CIPHER_COLUMN=TRUE),
       (NAME=order_id, CIPHER =order_cipher, ENCRYPT_ALGORITHM(TYPE(NAME='MD5')), QUERY_WITH_CIPHER_COLUMN=FALSE)
   )
   );
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] sandynz closed issue #22964: QUERY_WITH_CIPHER_COLUMN supports column-level settings

Posted by GitBox <gi...@apache.org>.
sandynz closed issue #22964: QUERY_WITH_CIPHER_COLUMN supports column-level settings
URL: https://github.com/apache/shardingsphere/issues/22964


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] RaigorJiang commented on issue #22964: QUERY_WITH_CIPHER_COLUMN supports column-level settings

Posted by GitBox <gi...@apache.org>.
RaigorJiang commented on issue #22964:
URL: https://github.com/apache/shardingsphere/issues/22964#issuecomment-1357272851

   It is related to #17196.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org