mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Allow host vitals docs edits to be approved by Secuirty & Compliance Tech Lead (#34177)
Software ingestion via osquery is owned by S&C, and e.g. adding sources to software ingestion requires revisions to detail queries. So, given that tech leads can approve these changes, might as well not bottleneck on the orchestration tech lead for this, and the added reviewer gives a little bit more of a heads-up when orchestration makes tweaks to detail queries for non-ingestion reasons (or when assisting with ingestion-related work like we've been doing this sprint). --------- Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
This commit is contained in:
parent
387aed1247
commit
2c1ed5f5aa
1 changed files with 30 additions and 18 deletions
48
CODEOWNERS
48
CODEOWNERS
|
|
@ -68,23 +68,7 @@ go.mod @fleetdm/go
|
|||
/docs @rachaelshaw
|
||||
/docs/Configuration @rachaelshaw
|
||||
/docs/Contributing @lukeheath @georgekarrv @sharon-fdm # « Contributing guidelines
|
||||
# MDM
|
||||
/docs/Contributing/architecture/mdm @georgekarrv @JordanMontgomery
|
||||
/docs/Contributing/product-groups/mdm @georgekarrv @JordanMontgomery
|
||||
/docs/Contributing/research/mdm @georgekarrv @JordanMontgomery
|
||||
# Orchestration
|
||||
/docs/Contributing/architecture/orchestration @sharon-fdm @sgress454
|
||||
/docs/Contributing/product-groups/orchestration @sharon-fdm @sgress454
|
||||
/docs/Contributing/research/orchestration @sharon-fdm @sgress454
|
||||
# Software
|
||||
/docs/Contributing/architecture/software @georgekarrv @cdcme
|
||||
/docs/Contributing/product-groups/software @georgekarrv @cdcme
|
||||
/docs/Contributing/research/software @georgekarrv @cdcme
|
||||
# Security & Compliance
|
||||
/docs/Contributing/architecture/security-compliance @sharon-fdm @getvictor
|
||||
/docs/Contributing/product-groups/security-compliance @sharon-fdm @getvictor
|
||||
/docs/Contributing/research/security-compliance @sharon-fdm @getvictor
|
||||
/docs/Contributing/reference/patterns-backend.md @fleetdm/go
|
||||
/docs/Contributing/product-groups/orchestration/understanding-host-vitals.md @sharon-fdm @sgress454 @getvictor # software ingestion is security & compliance
|
||||
/docs/REST\ API/rest-api.md @rachaelshaw # « REST API reference documentation
|
||||
/docs/Contributing/reference/api-for-contributors.md @rachaelshaw @lukeheath # « Advanced / contributors-only API reference documentation
|
||||
/docs/Contributing/reference/audit-logs.md @rachaelshaw @lukeheath # « Advanced / contributors-only audit log documentation
|
||||
|
|
@ -92,6 +76,34 @@ go.mod @fleetdm/go
|
|||
/schema @eashaw # « Data tables (osquery/fleetd schema) documentation
|
||||
/render.yaml @edwardsb
|
||||
/it-and-security @allenhouchins
|
||||
|
||||
################################################################################################
|
||||
# ╔═╗┬ ┬┌┐┌┌─┐┌┬┐ ┌┐ ┬ ┬ ┌─┐┬─┐┌─┐┌┬┐┬ ┬┌─┐┌┬┐ ┌─┐┬─┐┌─┐┬ ┬┌─┐┌─┐
|
||||
# ║ ║││││││├┤ ││ ├┴┐└┬┘ ├─┘├┬┘│ │ │││ ││ │ │ ┬├┬┘│ ││ │├─┘└─┐
|
||||
# ╚═╝└┴┘┘└┘└─┘─┴┘ └─┘ ┴ ┴ ┴└─└─┘─┴┘└─┘└─┘ ┴ └─┘┴└─└─┘└─┘┴ └─┘
|
||||
################################################################################################
|
||||
|
||||
# MDM
|
||||
/docs/Contributing/architecture/mdm @georgekarrv @JordanMontgomery
|
||||
/docs/Contributing/product-groups/mdm @georgekarrv @JordanMontgomery
|
||||
/docs/Contributing/research/mdm @georgekarrv @JordanMontgomery
|
||||
|
||||
# Orchestration
|
||||
/docs/Contributing/architecture/orchestration @sharon-fdm @sgress454
|
||||
/docs/Contributing/product-groups/orchestration @sharon-fdm @sgress454
|
||||
/docs/Contributing/research/orchestration @sharon-fdm @sgress454
|
||||
|
||||
# Software
|
||||
/docs/Contributing/architecture/software @georgekarrv @cdcme
|
||||
/docs/Contributing/product-groups/software @georgekarrv @cdcme
|
||||
/docs/Contributing/research/software @georgekarrv @cdcme
|
||||
|
||||
# Security & Compliance
|
||||
/docs/Contributing/architecture/security-compliance @sharon-fdm @getvictor
|
||||
/docs/Contributing/product-groups/security-compliance @sharon-fdm @getvictor
|
||||
/docs/Contributing/research/security-compliance @sharon-fdm @getvictor
|
||||
/docs/Contributing/reference/patterns-backend.md @fleetdm/go
|
||||
|
||||
##############################################################################################
|
||||
# 🌐 Repo automation and change control settings
|
||||
##############################################################################################
|
||||
|
|
@ -110,7 +122,7 @@ go.mod @fleetdm/go
|
|||
/handbook/company/open-positions.yml @sampfluger88
|
||||
#/handbook/company/product-groups.md Covered in custom.js
|
||||
/handbook/company/go-to-market-groups.md @sampfluger88
|
||||
/handbook/finance/security.md @allenhouchins
|
||||
/handbook/finance/security.md @allenhouchins
|
||||
/handbook/finance/README.md @sampfluger88
|
||||
/handbook/finance/finance.rituals.yml @sampfluger88
|
||||
/handbook/people @sampfluger88
|
||||
|
|
|
|||
Loading…
Reference in a new issue