fix(auth): 移除日志中AccessKey明文打印#15
Conversation
There was a problem hiding this comment.
Code Review
This pull request removes sensitive credential logging (AccessKeyId and AccessKeySecret) during the initialization of the Aliyun SMS client, replacing it with a success log. The reviewer rightly pointed out that logging success before the client is successfully instantiated is misleading if an exception occurs, and provided a code suggestion to log only after successful instantiation.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
@zshs000 我已经修复了,请你cr一下 |
|
@zhoujiaxin0428 lgtm |
修复
删除敏感信息日志输出,改为打印初始化成功信息
为了关闭#13