Skip to content

Commit

Permalink
cleanup config files
Browse files Browse the repository at this point in the history
  • Loading branch information
s-westphal committed Apr 11, 2024
1 parent 1d1e041 commit 88f39a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions docker_config_files/client/grr.client.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Client.fleetspeak_enabled: true
ClientBuilder.fleetspeak_bundled: true
Client.server_urls:
- fleetspeak-frontend
Client.foreman_check_frequency: 10 # seconds
Expand All @@ -12,10 +11,3 @@ Logging.path: /tmp/grr-client
Logging.filename: /tmp/grr-client/grr-client.log

Client.executable_signing_public_key: "%(/configs/public-key.pem|file)"

Target:Linux:
ClientBuilder.fleetspeak_client_config: /configs/client/client.config
Target:Windows:
ClientBuilder.fleetspeak_client_config: /configs/client/client.config
Target:Darwin:
ClientBuilder.fleetspeak_client_config: /configs/client/client.config
2 changes: 0 additions & 2 deletions docker_config_files/server/grr.server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ Client.executable_signing_public_key: "%(/configs/public-key.pem|file)"
PrivateKeys.executable_signing_private_key: "%(/configs/private-key.pem|file)"

# Configuration for repacking client templates:
Client.fleetspeak_enabled: true
ClientBuilder.fleetspeak_bundled: true
ClientBuilder.template_dir: /client_templates
ClientBuilder.executables_dir: /client_installers


Target:Linux:
ClientBuilder.fleetspeak_client_config: /configs/client/client.config
Target:Windows:
Expand Down

0 comments on commit 88f39a1

Please sign in to comment.