Skip to content

Commit

Permalink
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary (#6244
Browse files Browse the repository at this point in the history
)

Update report

Co-authored-by: mabaasit <[email protected]>
  • Loading branch information
github-actions[bot] and mabaasit authored Sep 16, 2024
1 parent 41c4301 commit 8b3cfc4
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions docs/tracking-plan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Compass Tracking Plan

Generated on Mon, Sep 16, 2024 at 08:22 AM
Generated on Mon, Sep 16, 2024 at 10:03 AM

## Table of Contents

Expand Down Expand Up @@ -790,16 +790,16 @@ This event is fired when a connection attempt fails.
- Specifies if Client-Side Field Level Encryption (CSFLE) is used.
- **has_csfle_schema** (optional): `boolean | undefined`
- Specifies if CSFLE schema is present.
- **has_kms_aws** (optional): `boolean | undefined`
- Specifies if KMS AWS is used.
- **has_kms_gcp** (optional): `boolean | undefined`
- Specifies if KMS GCP is used.
- **has_kms_kmip** (optional): `boolean | undefined`
- Specifies if KMS KMIP is used.
- **has_kms_local** (optional): `boolean | undefined`
- Specifies if KMS Local is used.
- **has_kms_azure** (optional): `boolean | undefined`
- Specifies if KMS Azure is used.
- **count_kms_aws** (optional): `number | undefined`
- Specifies the number of AWS KMS providers used.
- **count_kms_gcp** (optional): `number | undefined`
- Specifies the number of GCP KMS providers used.
- **count_kms_kmip** (optional): `number | undefined`
- Specifies the number of KMIP KMS providers used.
- **count_kms_local** (optional): `number | undefined`
- Specifies the number of Local KMS providers used.
- **count_kms_azure** (optional): `number | undefined`
- Specifies the number of Azure KMS providers used.
- **connection_id** (optional): `string | undefined`
- The id of the connection associated to this event.

Expand Down Expand Up @@ -870,16 +870,16 @@ This event is fired when user successfully connects to a new server/cluster.
- Specifies if Client-Side Field Level Encryption (CSFLE) is used.
- **has_csfle_schema** (optional): `boolean | undefined`
- Specifies if CSFLE schema is present.
- **has_kms_aws** (optional): `boolean | undefined`
- Specifies if KMS AWS is used.
- **has_kms_gcp** (optional): `boolean | undefined`
- Specifies if KMS GCP is used.
- **has_kms_kmip** (optional): `boolean | undefined`
- Specifies if KMS KMIP is used.
- **has_kms_local** (optional): `boolean | undefined`
- Specifies if KMS Local is used.
- **has_kms_azure** (optional): `boolean | undefined`
- Specifies if KMS Azure is used.
- **count_kms_aws** (optional): `number | undefined`
- Specifies the number of AWS KMS providers used.
- **count_kms_gcp** (optional): `number | undefined`
- Specifies the number of GCP KMS providers used.
- **count_kms_kmip** (optional): `number | undefined`
- Specifies the number of KMIP KMS providers used.
- **count_kms_local** (optional): `number | undefined`
- Specifies the number of Local KMS providers used.
- **count_kms_azure** (optional): `number | undefined`
- Specifies the number of Azure KMS providers used.
- **connection_id** (optional): `string | undefined`
- The id of the connection associated to this event.

Expand Down

0 comments on commit 8b3cfc4

Please sign in to comment.