Hello. We are using Horde Analytics feature in our project. The data is gathered and displayed correctly. Currently only admin user can view the analytics visualization in our Horde instance and I would like to configure access to Analytics dashboard for other users. Unfortunately I couldn’t find any Analytics related ACL claims in the documentation. How do I configure the Analytics access for non-admin users?
Hello Kyryl, there is indeed a “QueryMetrics” ACL action which is not in the default read actions, which it should be and I will fix. I also noted the lack of documentation for this action. I hope this helps!
/// <summary> /// ACL actions for telemetry operations /// </summary> public static class TelemetryAclAction { /// <summary> /// Ability to search for various metrics /// </summary> public static AclAction QueryMetrics { get; } = new AclAction("QueryMetrics"); }