mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-27 05:35:49 +03:00
[GH-ISSUE #496] 钉钉机器人weebhook设置中秘钥建议设置成非必填 #312
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#312
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @d960124 on GitHub (Mar 9, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/496
描述问题
简要描述问题是什么,1 个 ISSUE 只描述一个问题。
复现步骤
复现该问题的步骤:
期望的结果
简要描述你期望发生的事情。
截图
如有可能,请添加截图以帮助解释问题。
环境
其他信息
在此处添加关于该问题的任何其他信息。
@d960124 commented on GitHub (Mar 9, 2025):
v0.3.1 docker部署
关于消息推送的配置,建议把钉钉中的 秘钥配置成非必填项,因为有的类型的机器人,是可以不设置秘钥的!
下图中,阿里云codeup方式,就没有秘钥设置,自定义的webhook则有秘钥IP等安全设置!
2种方式,访问的webhook地址是一样的,说明接口规则也是一样的,只是有一个有安全设置,有一个没有!
@fudiwei commented on GitHub (Mar 9, 2025):
项目依赖的上游 SDK 要求是必填的,这个我们没办法改,除非 SDK 更新。
并且也只打算支持自定义 Webhook 这一种,你也不应该选 Codeup 啥的,因为那些机器人的消息结构都是黑盒的,即使现在看起来跟自定义 Webhook 的消息结构长的一样、也不需要其他的鉴权方式,但这是逆向出来的结果,钉钉官方从来可没有在文档里写过、也并不承诺过这一点,反正都是人家阿里自家的服务,哪天说改就改也不是没可能。