Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 grafana 中图形的直接链接将 png 图像保存到磁盘。
这需要带有已保存数据的 cookie,因此用户不必登录(如果他们以前访问过),但必须在其他情况下登录。
我不能使用 grafana.ini 文件中的 auth.anonymous 设置,因为它会使所有内容都可用,这不好。
关于如何处理这种情况的任何提示?
提前致谢