Commit Graph
5994 Commits
Author SHA1 Message Date
Charlie Chance caefbc962e Handbook: removed #g-brand (#8468)
#g-brand slack channel is archived. Please reach out to Mike Thomas and the digital experience / brand team in #g-marketing. Thank you!
2022-10-27 17:10:47 -06:00
Michal Nicpon 3801f1c6d1 improve primary ip host detail query (#8407)
Previously, the primary ip was determined using the interface with the most traffic. This had a few issues and required explicitly filtering out certain interfaces that we don't want eg loopback, docker.

Instead, use the default route to determine the primary (private) ip. If there are multiple, use the one with the lowest metric and prefer ipv4 addresses.
2022-10-27 16:34:49 -06:00
Charlie Chance 868d94d595 Handbook: Update to DRI section (#8471)
SEE: https://github.com/fleetdm/confidential/issues/1747
2022-10-27 12:44:45 -06:00
RachelElysia 82ff4ab6e3 Frontend: New CustomLink component (#8375) 2022-10-27 14:06:57 -04:00
RachelElysia ef1be16a68 Fleet UI: Fix label dropdown height, indicator color (unreleased bug) (#8466) 2022-10-27 14:06:33 -04:00
Marcelo Menéndez Vázquez 124dbc0065 Improve ingress template in Helm Chart (#8420)
* Improve ingress template for more customization

* Add ingress configuration, remove no longer needed fields

* Add _helpers.tpl for better usability

* Add changes file

* Bump Chart version to 5.0.0
2022-10-27 13:09:31 -04:00
Lucas Manuel Rodriguez 1fa5475e6e Log denylisted queries as errors (#8294) 2022-10-27 11:17:14 -05:00
Lucas Manuel Rodriguez 7d855c3879 Add update channels to orbit_info (#8310) 2022-10-27 09:52:18 -05:00
RachelElysia c964ba4d90 Frontend: New BackLink component (#8352) 2022-10-27 09:34:45 -04:00
Marcos Oviedo 131cc7eeec Orbit MSI installer now includes the necessary manifest file to use windows_event_log as a logger_plugin. (#8343)
* Orbit MSI installer now includes the necessary manifest file to use windows_event_log as a logger_plugin
2022-10-27 10:19:30 -03:00
Eric 52da2a3108 change relative links in documentation (#8441) 2022-10-26 18:26:49 -05:00
Benjamin Edwards 08b2ab5c18 update deployment guide (#8447)
* update deployment guide and add additional descriptions/comments for terraform resources

* add architecture diagram to deployment guide
2022-10-26 15:52:54 -04:00
Roberto Dip fdcbbaac7e Add method to fleetDesktopResponse to satisfy the errorer interface (#8457) 2022-10-26 16:17:11 -03:00
Alex Mitchell b32bfc2988 Update README.md (#8458) 2022-10-26 13:47:34 -05:00
Mike ThomasandEric 155d3ef6a6 Handbook - update navigation on Marketing page (#8418)
* update navigation

## The problem

After consolidating Growth, Community, and Digital Experience (Brand) under "Marketing", the side navigation has become overwhelming and unclear what sections falls into each category.

## How to fix

Since the navigation can only display top-level sections, I propose splitting the navigation as follows:

- Marketing
- Community
- Brand
- Rituals
- Slack channels

Navigating to each of these sections will then display a content table for each, labeled "In this section" (as currently exists).

To do this, I made the following changes:

- Changed heading hierarchy throughout page
- added styling to h3 to include border-top

## Caveat

Since h2 is used to define the three categories on this page (Marketing, Community, Brand), h3 tag is now utilized to define sub-sections for each of the main categories. However, this styling is specific to the Marketing page of the handbook, and should not be applied to the other pages – which I do not know how to achieve.

* add page title to purpose, add marketing page-specific styles

Co-authored-by: Eric <eashaw@sailsjs.com>
2022-10-26 13:45:13 -05:00
Roberto Dip defe1d03f1 add documentation about token rotation (#8435)
Related to #6064 and #6993 this adds documentation about token rotation.
2022-10-26 11:51:28 -03:00
Martin Angers 49e910270b Add vulnerability scores to Jira/Zendesk tickets for premium users (#8346) 2022-10-26 10:42:09 -04:00
Artemis Tosini acfd154150 Clarify what Redis versions are supported (#8341) 2022-10-26 10:41:35 -04:00
RachelElysia 1aaf2d0b06 Fleet UI: Update styling of tooltips and modals (#8436) 2022-10-26 09:10:20 -04:00
Tomas Touceda 8185254088 Be more specific when detecting sandbox (#8432)
* Be more specific when detecting sandbox

* Fix typo in domain
2022-10-25 18:35:49 -03:00
Katheryn Satterlee 1f39b73b2d Docs: Add information related to #8443 (#8445)
* Add information for 8443

* Add information for 8443
2022-10-25 16:07:22 -05:00
Eric 7406797d5c move acpi_tables.yml & update get-extended-osquery-schema (#8364)
* move acpi_tables.yml & comment out unused fields, update get-extended-osquery-schema

* add '/tables/' to filename in fleetRepoUrl
2022-10-25 15:19:11 -05:00
Brad Macdowall 420f1a4dd6 Handbook: Added Dripify to Rituals (#8442) 2022-10-25 15:15:34 -05:00
Guillaume Ross 7eacc9fa96 Adding examples to 5 tables (#8424) 2022-10-25 11:19:51 -07:00
RachelElysia 97b4d1f3fb Fleet UI: Option to show public IP address in hosts table (#8425) 2022-10-25 11:56:09 -04:00
gillespi314 51e6369653 Fix password reset request expiration (#8246) 2022-10-25 09:46:41 -05:00
Gabriel Hernandez 6febfce2d2 update jest setup and move config to its own file (#8258) 2022-10-25 14:17:32 +01:00
Martin Angers 229b349118 Fix more hosts filters-related API docs (#8335) 2022-10-25 08:17:51 -04:00
Martin Angers 461f85e332 Add premium-specific preview screenshots for integrations' vulnerability tickets (#8423) 2022-10-25 08:09:27 -04:00
Marcos Oviedo 8b77939494 Fixed an Orbit MSI installer bug that caused Orbit files not to be removed during uninstallation (#8333) 2022-10-25 09:00:37 -03:00
Roberto Dip 37233112b2 add a tool to check the status of a TUF server (#8428)
Motivation: I often find myself digging through the XML in https://tuf.fleetctl.com to see if/when/what packages have been published in the different release channels, this tool aims to make the process less painful.

```
~/fleet $ go run tools/tuf/status/status.go --help
This is a CLI utility to fetch and filter the entries posted by a TUF repository.
  -key-filter string
    	filter keys using a regular expression (default "stable")
  -url string
    	URL of the TUF repository (default "https://tuf.fleetctl.com")
```

### Examples

- To filter all items on the edge channel use `--key-filter="edge"`
- To filter all items on version `1.3` including patches that run on Linux use `--key-filter="linux/1.3.*"`
- To filter Fleet Desktop items on `1.3.*`, `stable` and `edge` that run on macOS use `--key-filter="desktop/*.*/macos/(1.3.*|stable|edge)"`

### Example output

```
~/fleet $ go run tools/tuf/status/status.go --key-filter="desktop/*.*/macos/(1.3.*|stable|edge)"

Results filtered by "desktop/*.*/macos/(1.3.*|stable|edge)" and sorted by version, platform and key.

VERSION	PLATFORM	KEY                                            	LAST MODIFIED           	SIZE   	ETAG
1.3    	macos   	targets/desktop/macos/1.3/desktop.app.tar.gz   	2022-10-20T00:42:58.000Z	28.4 MB	"ceb7a975880db6ab9aea7907915406e3-4"	
1.3.0  	macos   	targets/desktop/macos/1.3.0/desktop.app.tar.gz 	2022-10-20T00:42:58.000Z	28.4 MB	"ceb7a975880db6ab9aea7907915406e3-4"	
1.3.1  	macos   	targets/desktop/macos/1.3.1/desktop.app.tar.gz 	2022-10-21T20:28:24.000Z	28.5 MB	"3c6641a0df00009f3f076bd6b4fbc748-4"	
edge   	macos   	targets/desktop/macos/edge/desktop.app.tar.gz  	2022-10-21T20:28:37.000Z	28.5 MB	"3c6641a0df00009f3f076bd6b4fbc748-4"	
stable 	macos   	targets/desktop/macos/stable/desktop.app.tar.gz	2022-10-20T00:43:06.000Z	28.4 MB	"ceb7a975880db6ab9aea7907915406e3-4"	
```
2022-10-24 17:20:06 -03:00
RachelElysia 566173c93c Frontend tech debt: Change all references of homepage to dashboard (#8308) 2022-10-24 16:06:23 -04:00
Michal Nicpon d11db25ba9 add subject to scep payload (#8267) 2022-10-24 14:01:20 -06:00
Michal Nicpon 56f3cb62ef add concurrency to ci (#8271)
* add concurrency to ci

* add readme for workflows
2022-10-24 14:01:00 -06:00
Katheryn SatterleeandChris McGillicuddy b2a9c78c92 Update instructions for osquery configuration (#8190)
* Update instructions for osquery configuration

Removed a note that caused some confusion and made a quick editing pass.

* Update docs/Using-Fleet/Adding-hosts.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update docs/Using-Fleet/Adding-hosts.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update docs/Using-Fleet/Adding-hosts.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update docs/Using-Fleet/Adding-hosts.md

osqueryd is correct there.

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update docs/Using-Fleet/Adding-hosts.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update docs/Using-Fleet/Adding-hosts.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

* Update docs/Using-Fleet/Adding-hosts.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
2022-10-24 13:58:58 -05:00
gillespi314 881194b3b4 Add orbit version and osquery version usage statistics (#8229) 2022-10-24 11:12:56 -05:00
Mo Zhu a691ae62a8 Update new-feature-work.md (#8412)
- Update issue template
2022-10-24 10:08:37 -04:00
Roberto Dip f1453b213f upgrade go packages with security fixes (#8368)
this upgrades the following packages by running:

```
go get golang.org/x/text@v0.3.8
go get golang.org/x/net@v0.0.0-20220906165146-f3363e06e74c
go get github.com/docker/distribution@v2.8.0
```

`golang.org/x/text` and `golang.org/x/net` are safe to upgrade as they
only contain the security fix.

`github.com/docker/distribution` is only used by `test/upgrade` and I
have verified that everything works properly by running a test.
2022-10-24 10:00:21 -03:00
Martin Angers e19191161e Validate team spec unknown keys (#8265) 2022-10-24 08:49:44 -04:00
Katheryn SatterleeandGuillaume Ross 3bc043cd8c Add endpoints for desktop and fleetctl to FAQ (#8247)
* Add endpoints for desktop and fleetctl

* Update docs/Deploying/FAQ.md

Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
2022-10-24 12:46:40 +00:00
Martin Angers 7cfec513a3 Fix docs inaccuracies for List Hosts endpoint (#8319) 2022-10-24 08:46:23 -04:00
Juan Fernandez 9444016571 Fixed bug with CPE matching, UTM.app was matching to the incorrect CPE (#8149)
Fixed bug with CPE matching, UTM.app was matching to the incorrect CPE.
2022-10-24 12:46:18 +00:00
Guillaume Ross ff1941c755 Adding policy queries (#8298) 2022-10-24 12:45:58 +00:00
Mo Zhu 85aa1df954 Specify how digital experience team wants their bugs (#8365) 2022-10-24 12:45:29 +00:00
Eric f6965c5dce move roadmap items from case study pages into issues (#8366) 2022-10-21 17:44:22 -05:00
Katheryn Satterlee a2204cf506 Add FAQ for team additional_queries (#8380)
Added information to the FAQ about the loss of additional_queries for teams after update to 4.20.0`
2022-10-21 17:29:46 -04:00
Mike ThomasandChris McGillicuddy a4b7756474 Fleet 4.22.0 release post (#8357)
* Fleet 4.22.0 release post

Fleet 4.22.0 release post.

* Article: Fleet 4.22.0.md

* Indenting bullets Fleet 4.22.0.md

* Editing list Fleet 4.22.0.md

* Update fleet-4.22.0.md

* Update fleet-4.22.0.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
2022-10-21 15:44:52 -05:00
Charlie Chance 83fed2d668 Handbook: Marketing page edits (#8356)
* Handbook: Marketing page edits

* Marketing pass first iteration

* Handbook: adding community support to engineering

1st iteration

* Handbook:removing community support from marketing

1st iteration

* Handbook: new section for community support

* Handbook: Marketing second pass

Added sections with section links per team. 
Ask @chris-mcgillicuddy if he wants to remove the style guide sections and editing sections on this page

Updating digital experience to brand - ask @eashaw for help with link redirects

TODO: Charlie: need to check the handbook links before merging.
2022-10-21 14:24:23 -06:00
Noah Talerman 90f5fbb63a Prepare for 4.22 (#8253) 2022-10-21 11:24:13 -07:00
Michal Nicpon 3953a1f4dd update pull request template with link to docs on changes (#8400) 2022-10-21 11:34:44 -06:00