google/grr-doc

Invalid configuration option for Auditing

Feandil opened this issue · 1 comments

google/grr@204602d removed the option Datastore.security_manager, however the documentation still points to it in the auditing session, as the way to enable full access control: https://github.com/google/grr-doc/blame/master/admin.adoc#L373-L375

AdminUI Context:
  Datastore.security_manager: FullAccessControlManager
  API.DefaultRouter: ApiCallRouterWithApprovalChecksWithoutRobotAccess

I understand that simply using the last line is enough, but to avoid confusion (and errors when trying to configure the server), removing that line ( Datastore.security_manager: FullAccessControlManager) would be great!

HI! Thanks for reporting this. I've updated the docs: 490f67e

I'll close the issue for now. Please reopen or open a new one if you find more issues!