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/11/28 11:23:22 UTC

[GitHub] [shardingsphere] strongduanmu commented on a diff in pull request #22481: Add t_merchant standard table in encrypt scenario

strongduanmu commented on code in PR #22481:
URL: https://github.com/apache/shardingsphere/pull/22481#discussion_r1033422533


##########
test/integration-test/test-suite/src/test/resources/env/scenario/encrypt/proxy/conf/postgresql/config-encrypt.yaml:
##########
@@ -52,3 +52,13 @@ rules:
           plainColumn: number_new_plain
           cipherColumn: number_new_cipher
           encryptorName: aes_encryptor
+    t_merchant:
+      columns:
+        business_code:
+          plainColumn: business_code_plain
+          cipherColumn: business_code_cipher
+          encryptorName: aes_encryptor
+        telephone:
+          plainColumn: telephone_plain
+          cipherColumn: telephone_cipher
+          encryptorName: aes_encryptor

Review Comment:
   Please add new line here.



##########
test/integration-test/test-suite/src/test/resources/env/scenario/encrypt/rules.yaml:
##########
@@ -39,3 +39,13 @@ rules:
           plainColumn: number_new_plain
           cipherColumn: number_new_cipher
           encryptorName: aes_encryptor
+    t_merchant:
+      columns:
+        business_code:
+          plainColumn: business_code_plain
+          cipherColumn: business_code_cipher
+          encryptorName: aes_encryptor
+        telephone:
+          plainColumn: telephone_plain
+          cipherColumn: telephone_cipher
+          encryptorName: aes_encryptor

Review Comment:
   Please add new line here.



-- 
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