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 2020/03/28 10:01:35 UTC

[GitHub] [incubator-shardingsphere] lennonn commented on issue #4986: if field name of table is "call", encrypt not work.

lennonn commented on issue #4986: if field name of table  is "call",encrypt not work.
URL: https://github.com/apache/incubator-shardingsphere/issues/4986#issuecomment-605422346
 
 
   > can you show Encryptor rule config?
   
   ```
   encryptors:
     aes:
       props:
         aes.key.value: '123456'
       type: AES
   tables:
     test:
       columns:
         call:
           assistedQueryColumn: ''
           cipherColumn: cipher_call
           encryptor: aes
           plainColumn: ''
   ```
   
   ![image](https://user-images.githubusercontent.com/8982513/77820562-185e1d00-711e-11ea-8b8d-ab2dbb32eba9.png)
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services