mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #305] [Bug] webhook部署中变量未生效 #188
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#188
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 @JavaSCU on GitHub (Nov 5, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/305
描述问题
复现步骤
1、授权管理:设置一条webhook调用,在url中引用变量${xxx}
2、域名-部署配置:授权配置引用上述规则,并设置变量
3、webhook调用中url仍然是变量原始状态,未转换
截图



环境
[v0.2.14]
@fudiwei commented on GitHub (Nov 5, 2024):
@usual2970 应该是设计如此?
参数变量好像已经在 v0.2.0 里被移除了,但这里应该是没删干净。
@usual2970 commented on GitHub (Nov 5, 2024):
@JavaSCU 变量是通过 post 请求,请求到你的 webhook 链接