GRR release 3.4.9.0
·
19 commits
to master
since this release
This is a regular GRR release.
IMPORTANT: It's the last release containing the legacg UI and the legacy API support (UIv1 and APIv1). In the next release:
- The APIv1 will be removed. If you use the GRR API Python client library, you shouldn't notice anything. If you use direct HTTP JSON requests to talk to GRR AdminUI, you need to ensure that you're using APIv2 (contains
/v2/in the URLs). - The UIv1 (legacy AngularJS-based UI) will be removed and the much improved version of the Angular-based UIv2 will become the only UI available. Between the current and the next release UIv2 will get additional debugging capabilities, a denser UI layout, the implementation of missing flows, performance improvements etc.
Changelog for the current release:
Added
- Added support for listing
%SystemDrive%\Usersas a supplementary mechanism
for collecting user profiles on Windows (additionally to using data from the
registry).
Removed
- Removed the
ListFlowApplicableParsersAPI method. - Removed the
ListParsedFlowResultsAPI method. - Removed support for the
GREPartifact source (these were internal to GRR and
not part of the official specification. - Removed
ApiClient.usersfield which contained duplicate information present inApiClient.knowledge_base.usersfield. - Removed no longer used or relevant configuration options:
Server.fleetspeak_enabledClient.fleetspeak_enabledClient.server_urlsClient.control_urlsClient.server_serial_numberClient.poll_minClient.poll_maxClient.error_poll_minClient.labelsClient.rss_maxClient.rss_max_hardFrontend.bind_portFrontend.port_maxNanny.child_binaryNanny.child_command_lineNanny.service_nameNanny.service_descriptionNanny.statusfileNanny.binaryNanny.service_binary_name
Changed
- Renamed
restricted_flow_usersandrestricted_flow_groupstoadmin_users
andadmin_groups. The new entries can be used to grant access for
Client/Hunt/CronJob approvals as well as restricted flows.