Skip to content

Commit

Permalink
--story=新增加密的key
Browse files Browse the repository at this point in the history
  • Loading branch information
menghuiyu committed May 5, 2023
1 parent b615bbb commit 7688703
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class MaskDataUtils {
"secret_id", "secretId",
"secret_key", "secretKey",
"public_key", "publicKey",
"service.secret.key", "qcloud.dlc.secret-key",
"gateway.url");
private static final List<String> SEPARATORS = Arrays.asList(":", "=", "\": \"", "\":\"");
private static final List<Character> STOP_CHARACTERS = Arrays.asList('\'', '"');
Expand Down

0 comments on commit 7688703

Please sign in to comment.