We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOROUTE
/healthz
null
rsshub-rsshub-1健康检查应该是正常的
由于配置了 ACCESS_KEY,健康检查请求 /healthz 路径会报错,需要取消 /healthz 路径的 ACCESS_KEY 校验
自建
No response
rsshub-rsshub-1 | info: <-- GET /healthz rsshub-rsshub-1 | error: Error in /healthz: RejectError: Authentication failed. Access denied.
The text was updated successfully, but these errors were encountered:
docker healthz 加上 ?key=你的 key
?key=你的 key
Sorry, something went wrong.
手动配置后没有问题了
healthcheck: test: ["CMD-SHELL", "curl -f http://localhost:1200/healthz?key=$$ACCESS_KEY"]
Successfully merging a pull request may close this issue.
路由地址
完整路由地址
相关文档
null
预期是什么?
rsshub-rsshub-1健康检查应该是正常的
实际发生了什么?
由于配置了 ACCESS_KEY,健康检查请求 /healthz 路径会报错,需要取消 /healthz 路径的 ACCESS_KEY 校验
部署
自建
部署相关信息
No response
额外信息
这不是重复的 issue
The text was updated successfully, but these errors were encountered: