You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
Teleport should create a Security Report for a user. When fixing my Access Monitoring setup, I still received an error message when viewing the Privileged Access Report. I tried to run audit report run on my Teleport cluster but I received the below error message. I was able to fix the reports, but running privilege_access_report locally and then my cluster was able to show to report to me.
I expect, the internal Teleport system is missing the right permissions use to run reports for users. If I re-run a report in the UI, I'm also unable to get a 90 , 120 day view that's accurate.
# Error Message when running create report on the auth server.
ERROR REPORT:
Original Error: *trace.TraceErr access denied to perform action "use" on "security_report"
Stack Trace:
[github.com/gravitational/teleport/tool/tctl/common/accessmonitoring/command.go:123](http://github.com/gravitational/teleport/tool/tctl/common/accessmonitoring/command.go:123) [github.com/gravitational/teleport/tool/tctl/common/accessmonitoring.(*Command).TryRun](http://github.com/gravitational/teleport/tool/tctl/common/accessmonitoring.(*Command).TryRun)
[github.com/gravitational/teleport/tool/tctl/common/tctl.go:283](http://github.com/gravitational/teleport/tool/tctl/common/tctl.go:283) [github.com/gravitational/teleport/tool/tctl/common.TryRun](http://github.com/gravitational/teleport/tool/tctl/common.TryRun)
[github.com/gravitational/teleport/tool/tctl/common/tctl.go:114](http://github.com/gravitational/teleport/tool/tctl/common/tctl.go:114) [github.com/gravitational/teleport/tool/tctl/common.Run](http://github.com/gravitational/teleport/tool/tctl/common.Run)
[github.com/gravitational/teleport/tool/tctl/main.go:32](http://github.com/gravitational/teleport/tool/tctl/main.go:32) main.main
runtime/proc.go:272 runtime.main
runtime/asm_arm64.s:1223 runtime.goexit
User Message: access denied to perform action "use" on "security_report"
Bug details:
Teleport version: 17.1.1
Recreation steps
Debug logs
The text was updated successfully, but these errors were encountered:
Expected behavior:
Teleport should create a Security Report for a user. When fixing my Access Monitoring setup, I still received an error message when viewing the Privileged Access Report. I tried to run
audit report run
on my Teleport cluster but I received the below error message. I was able to fix the reports, but running privilege_access_report locally and then my cluster was able to show to report to me.I expect, the internal Teleport system is missing the right permissions
use
to run reports for users. If I re-run a report in the UI, I'm also unable to get a 90 , 120 day view that's accurate.Bug details:
The text was updated successfully, but these errors were encountered: