mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
docs update (#9104)
This commit is contained in:
parent
6533c59d1b
commit
082bf024ea
1 changed files with 7 additions and 1 deletions
|
|
@ -884,7 +884,8 @@ spec:
|
|||
|
||||
> This feature requires [Orbit, the Fleet agent manager](https://fleetdm.com/announcements/introducing-orbit-your-fleet-agent-manager), along with a custom TUF auto-update server.
|
||||
|
||||
The `extensions` key inside of `agent_options` allows you to remotely manage and deploy osquery extensions.
|
||||
The `extensions` key inside of `agent_options` allows you to remotely manage and deploy osquery extensions. Just like other `agent_options` the `extensions` key can be applied either to a team specific one or the global one.
|
||||
|
||||
|
||||
This is best illustrated with an example. Here is an example of using the `extensions` key:
|
||||
|
||||
|
|
@ -915,6 +916,11 @@ fleetctl updates add --path /path/to/local/TUF/repo --target /path/to/extensions
|
|||
|
||||
After successfully configuring the agent options, and pushing the extension as a target on your TUF server, Orbit will periodically check with the TUF server for updates to these extensions.
|
||||
|
||||
If you are using a self-hosted TUF server, you must also manage all of Orbit's versions, including osquery, Fleet Desktop and osquery extensions.
|
||||
|
||||
Fleet recommends deploying extensions created with osquery-go or natively with C++, instead of Python. Extensions written in Python requires the user to compile it into a single packaged binary along with all the dependencies.
|
||||
|
||||
|
||||
##### Example Agent options YAML
|
||||
|
||||
```yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue