You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "xiaomizhou2 (via GitHub)" <gi...@apache.org> on 2023/03/09 07:21:48 UTC

[GitHub] [shardingsphere] xiaomizhou2 opened a new issue, #24522: Invalid tag: !MASK

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

   ## Bug Report
   
   Thanks team for creating this project.When I use the data masking feature, I find that ! The MASK tag fails to load, and the error report is "Invalid tag: ! MASK".
   
   ### Which version of ShardingSphere did you use?
   ```xml
   <dependency>
                   <groupId>org.apache.shardingsphere</groupId>
                   <artifactId>shardingsphere-jdbc-core</artifactId>
                   <version>5.3.1</version>
    </dependency>
   ```
   and 5.3.0
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-JDBC 
   
   ### My properties
   ```xml
   rules:
     - !MASK
       tables:
         t_user:
           columns:
             mobile:
               maskAlgorithm: index_based_replace_mask
   
       maskAlgorithms:
         md5_mask:
           type: MD5
         index_based_replace_mask:
           type: INDEX_BASED_REPLACE
           props:
             start-index: 3
             stop-index: 8
             replace-char: "*"
   ```
   
   
   
   


-- 
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] xiaomizhou2 closed issue #24522: Invalid tag: !MASK

Posted by "xiaomizhou2 (via GitHub)" <gi...@apache.org>.
xiaomizhou2 closed issue #24522: Invalid tag: !MASK
URL: https://github.com/apache/shardingsphere/issues/24522


-- 
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] azexcy commented on issue #24522: Invalid tag: !MASK

Posted by "azexcy (via GitHub)" <gi...@apache.org>.
azexcy commented on issue #24522:
URL: https://github.com/apache/shardingsphere/issues/24522#issuecomment-1461525418

   Hi @strongduanmu , can you help with this when you are free? thanks


-- 
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] xiaomizhou2 commented on issue #24522: Invalid tag: !MASK

Posted by "xiaomizhou2 (via GitHub)" <gi...@apache.org>.
xiaomizhou2 commented on issue #24522:
URL: https://github.com/apache/shardingsphere/issues/24522#issuecomment-1461597681

   Sorry, Because there was a problem with my local maven, the parent pom was updated to 5.3.1, but the project was not updated. 


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