Commit Graph
4704 Commits
Author SHA1 Message Date
Desmi-Dizney c8dfc8b334 Handbook editor pass - Growth (#6123)
This has been edited for copy.
2022-06-07 14:03:03 -05:00
Zachary Winnerman 87d459171a Remove gitignore for terraform lock files (#6106)
https://www.terraform.io/language/files/dependency-lock
```
You should include this file in your version control repository so that you can discuss potential changes to your external dependencies via code review, just as you would discuss potential changes to your configuration itself.
```
2022-06-07 12:55:46 -04:00
Roberto Dip 19f995d3b5 only include policies in device endpoints for premium users (#6077)
This removes policy information from `GET /api/_version_/fleet/device/{token}` from non-premium Fleet instances.

Starting the server with `./build/fleet serve --dev --dev_license`

```bash
$ curl -s https://localhost:8080/api/latest/fleet/device/1804e808-171f-4dda-9bec-f695b2f2371a | jq '.host.policies // "not present"'
[
  {
    "id": 3,
    "name": "Antivirus healthy (Linux)",
    "query": "SELECT score FROM (SELECT case when COUNT(*) = 2 then 1 ELSE 0 END AS score FROM processes WHERE (name = 'clamd') OR (name = 'freshclam')) WHERE score == 1;",
    "description": "Checks that both ClamAV's daemon and its updater service (freshclam) are running.",
    "author_id": 1,
    "author_name": "Roberto",
    "author_email": "test@example.com",
    "team_id": null,
    "resolution": "Ensure ClamAV and Freshclam are installed and running.",
    "platform": "darwin,linux",
    "created_at": "2022-05-23T20:53:36Z",
    "updated_at": "2022-06-03T13:17:42Z",
    "response": ""
  }
]
```

Starting the server with `./build/fleet serve --dev`

```bash
$ curl -s https://localhost:8080/api/latest/fleet/device/1804e808-171f-4dda-9bec-f695b2f2371a | jq '.host.policies // "not present"'
"not present"
```
2022-06-07 13:27:13 -03:00
Desmi-Dizney d3d07a12d9 Moving Rituals and Slack channels to the bottom (#6122)
This has been done to be consistent with the other Handbook pages.
2022-06-07 11:22:39 -05:00
Desmi-Dizney 63ad58d3f4 Handbook editor pass - Customers (#6121)
This has been edited for copy.
2022-06-07 11:22:28 -05:00
Mo Zhu 69d1432065 Change "Vulnerability Scores" to sentence case. (#6119) 2022-06-07 11:47:55 -04:00
Noah Talerman e693c65b17 Add docs for Fleet Desktop and integrations (#6053)
- Add "Fleet Desktop" section to "Adding hosts" doc page
- Add instructions to add Jira or Zendesk integration to "Vulnerability automations" section in the "Automations" doc page
2022-06-07 08:38:28 -07:00
Desmi-Dizney 19a05c6c08 Editor pass - Handbook - publishing Fleet content (#6117)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/6051
2022-06-07 09:41:38 -05:00
Mike ThomasandEric 0ffd4638f9 Handbook - publishing Fleet content (#6051)
* Digital Experience services

Added a table for Digital Experience service requests.

* Update brand.md

Updated text

* text change

Changes "with the contributor" to "to the contributor".

* Update brand.md

Updated table and introduction.

* Update brand.md

text change

* Update .sailsrc

Omitted changes that were accidentally pushed.

Co-authored-by: Eric <eashaw@sailsjs.com>
2022-06-06 22:14:55 -05:00
Mike Thomasandeashaw 8b3a3e2eca Create the-future-of-device-management-ep1.md (#6050)
* Create the-future-of-device-management-ep1.md

Missing from this PR:

- [ ] Set up podcast article category
- [ ] Link to podcast
- [ ] Podcast cover artwork
- [ ] Nice to have: subheading style

* PR update

- added podcasts category
- changed added article `category` to "podcasts"
- removed placeholder `articleImageUrl`

* PR update

– added Apple, Spotify, and PodBean podcast links
- added article artwork

Co-authored-by: eashaw <caglc@live.com>
2022-06-07 10:21:56 +09:00
Eric 1a98548424 Website: Fix capitalization on article heading (#6113) 2022-06-07 10:12:31 +09:00
Desmi-Dizney c811c7eb58 Handbook editor pass - Brand (#6114)
This has been edited for copy.
2022-06-06 18:23:06 -05:00
Desmi-Dizney 548171e590 Editor pass - Update customers.md (#6100)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/6076
2022-06-06 18:14:08 -05:00
Eric d80f204fa3 Website: Add article subtitle styles, update mobile article styles (#6110)
* Website: update mobile styles, article subtitle styles, fix issues in two markdown articles

* add comment
2022-06-07 06:40:56 +09:00
Desmi-Dizney fba894d853 Editor pass - Support failing policies integrations (#6101)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5973
2022-06-06 14:20:03 -07:00
Desmi-Dizney 03d2e3b91c Editor pass - Update SSO Documentation (#6092)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5583
2022-06-06 14:19:09 -07:00
Charlie Chance 2efd242c80 Handbook edits: Sales page migration (#6105)
Thanks, @timmy-k, you merged this so quickly that I opened a new PR, haha.
2022-06-06 12:10:04 -05:00
Charlie Chance 73cd064a9a Handbook: moved Salesforce contributing checkup (#6104) 2022-06-06 12:04:45 -05:00
Desmi-Dizney 763f642f65 Open source vs. open core (#6097)
Input as per: 
- https://github.com/fleetdm/confidential/issues/128
2022-06-06 10:48:54 -05:00
Martin Angers a23e0c41ff Support failing policies integrations (#5973) 2022-06-06 10:41:51 -04:00
Mike Thomas 63f54870de Update customers.md (#6076)
I'd like to spend some time to make the customer page more concise. First steps have been actioned in this PR as follows:

• Updated the page hierarchy with H2 sections
• Reformatted the "Customer success call" section.

I would like to tackle the rest of the page and have scheduled time with @tgauda to understand the concepts described on the page in order to lay it out better.
2022-06-06 10:25:04 -04:00
Kelvin Oghenerhoro Omereshone aa5e417faa fix: incorrect path to osquery logs in orbit (#6095) 2022-06-06 13:19:06 +01:00
Desmi-Dizney 13f4961f7b Editor pass - Fixed typo in salesforce contributor training (#6094)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/6087
2022-06-05 19:47:59 -05:00
Desmi-Dizney dcdce90215 Editor pass - Update engineering oncall handbook (#6093)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/6045
2022-06-05 19:43:28 -05:00
Mike Thomas 924f4a5945 Update state-of-device-management.ejs (#6074)
• Updated intro text
• Fixed some grammar and typos
2022-06-03 17:56:26 -05:00
Tim Kern 79c1ed34ca Fixed typo in salesforce contributor training (#6087)
Changed "amke" to "make"
2022-06-03 16:08:34 -05:00
kswagler-rh cffd324214 Adding Suspicious AutoStart Windows (#5977)
* Adding Suspicious AutoStart Windows

* Removed partial query

* switching the polarity of the query results
2022-06-03 14:04:11 -04:00
Eric 41fbbe7a9a website: migrate medium article (#6084) 2022-06-04 03:03:44 +09:00
Guillaume Ross a8f114c5f0 Adding trust report link (#6082)
Adding trust report link. Do not merge until the link works
2022-06-03 13:45:44 -04:00
Michal Nicpon 1044182b7b fix epss probability (#6083) 2022-06-03 11:37:47 -06:00
Eric cde54312b7 Website: Add Fleet swag request cta (#6070) 2022-06-04 01:59:18 +09:00
Guillaume Ross 61e5733f94 Adding the Vanta trust report to a Fleetdm URL. (#6078)
Aligned the /security pointer to github so the file looks better too.
2022-06-03 11:35:58 -05:00
Olivia BrundageandKelvin Oghenerhoro Omereshone 3d584960f8 Update SSO Documentation (#5583)
* update sso image

* clairfy how to find Okta information

* moving comment about user creation since it applies to all IdP configurations

* change url image link to default link

Co-authored-by: Kelvin Oghenerhoro Omereshone <kelvin@fleetdm.com>
2022-06-03 11:26:24 -05:00
Desmi-Dizney 0ee1af5281 Updating - How to take time off (#6081)
This is related to issue:
- https://github.com/fleetdm/fleet/issues/6044
2022-06-03 10:34:48 -05:00
Desmi-Dizney 33a1037fc2 Editor pass - Add platform scaling gotchas (#6067)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5369/files
2022-06-03 10:05:12 -05:00
Zach Wasserman 3290eb5fd7 Update SockJS client (#6048)
Mainly motivated by update to eventsource dependency to address
CVE-2022-1650. This polyfill would have been unused by all modern
browsers.
2022-06-02 16:44:07 -07:00
EricandMike McNeil 592d277a07 Website: generated handbook index (#5955)
* Website: generated index planning

* revert whitespace change

* add title to handbook pages, generate handbook index

* Update basic-handbook.page.js

* suggestions from review

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-06-02 18:09:00 -05:00
Luke Heath 9651539f75 Update API token modal to include more information (#5994) 2022-06-02 18:03:03 -05:00
Luke Heath 0530a86b7c Fix device page redirect on expired token (#5976) 2022-06-02 17:56:26 -05:00
gillespi314 5d68a1fead Add probability of exploit (EPSS score) to Software page in Fleet Premium (#5925) 2022-06-02 17:32:13 -05:00
Charlie Chance e37e1f3ac1 Handbook: sales slack channels move to sales page (#5997)
Moving these channels over to Sales section of Handbook

| `#help-sell`                        | Andrew Bare                                                         |
| `#_from-prospective-customers`      | Andrew Bare                                                         |
2022-06-02 17:25:38 -04:00
Desmi-Dizneyandeashaw 0a4c527bcf Simple editor pass - Articles - delivering-data-to-snowflake-from-fleet-and-osquery.md (#6059)
* Simple editor pass - Articles - delivering-data-to-snowflake-from-fleet-and-osquery.md

Light editor pass for punctuation and capitalization.

* fix h3s

Co-authored-by: eashaw <caglc@live.com>
2022-06-02 15:40:57 -05:00
Mo Zhu 44d9c9b904 Adjust language on usage statistics doc (#6052)
* Some grammatical errors
* Some more color/motivation
2022-06-02 14:15:59 -04:00
Desmi-Dizney 870219829b Docs editor pass - 01-Using Fleet - Standard query library (#6040)
This has been edited for content and copy.
2022-06-02 14:14:08 -04:00
Desmi-Dizney cc4a3b7862 Docs editor pass - Contruting -Testing (#6036)
This has been edited for content and copy.
2022-06-02 14:13:41 -04:00
Desmi-Dizney 6a808ce952 Docs editor pass - Contributing - Releasing Fleet (#5960)
This has been edited for content and copy.
2022-06-02 14:12:58 -04:00
Desmi-DizneyandGuillaume Ross 2ca71725cf Editor pass - Update security-policies.md (#5998)
* Editor pass - Update security-policies.md

Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5964

* Update security-policies.md

* Update handbook/security-policies.md

Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>

Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
2022-06-02 12:48:23 -05:00
Eric cffae28556 Website: add Rollbar script (#6058) 2022-06-02 11:51:03 -05:00
Desmi-Dizney 19248a6794 Editor pass - Pre-SOC 2 policy review (#6000)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5991
2022-06-02 11:09:01 -05:00
Roberto Dip f507cdc078 use the new device client in Fleet Desktop (#5988)
This uses the new device client introduced in #5987 to perform requests from Fleet Desktop.

Related to #5697
2022-06-02 12:37:26 -03:00