Invalid configuration option for Auditing
Feandil opened this issue · 1 comments
Feandil commented
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!