Skip to content

Commit 8b3cfc4

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary (#6244)
Update report Co-authored-by: mabaasit <[email protected]>
1 parent 41c4301 commit 8b3cfc4

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

docs/tracking-plan.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Compass Tracking Plan
33

4-
Generated on Mon, Sep 16, 2024 at 08:22 AM
4+
Generated on Mon, Sep 16, 2024 at 10:03 AM
55

66
## Table of Contents
77

@@ -790,16 +790,16 @@ This event is fired when a connection attempt fails.
790790
- Specifies if Client-Side Field Level Encryption (CSFLE) is used.
791791
- **has_csfle_schema** (optional): `boolean | undefined`
792792
- Specifies if CSFLE schema is present.
793-
- **has_kms_aws** (optional): `boolean | undefined`
794-
- Specifies if KMS AWS is used.
795-
- **has_kms_gcp** (optional): `boolean | undefined`
796-
- Specifies if KMS GCP is used.
797-
- **has_kms_kmip** (optional): `boolean | undefined`
798-
- Specifies if KMS KMIP is used.
799-
- **has_kms_local** (optional): `boolean | undefined`
800-
- Specifies if KMS Local is used.
801-
- **has_kms_azure** (optional): `boolean | undefined`
802-
- Specifies if KMS Azure is used.
793+
- **count_kms_aws** (optional): `number | undefined`
794+
- Specifies the number of AWS KMS providers used.
795+
- **count_kms_gcp** (optional): `number | undefined`
796+
- Specifies the number of GCP KMS providers used.
797+
- **count_kms_kmip** (optional): `number | undefined`
798+
- Specifies the number of KMIP KMS providers used.
799+
- **count_kms_local** (optional): `number | undefined`
800+
- Specifies the number of Local KMS providers used.
801+
- **count_kms_azure** (optional): `number | undefined`
802+
- Specifies the number of Azure KMS providers used.
803803
- **connection_id** (optional): `string | undefined`
804804
- The id of the connection associated to this event.
805805

@@ -870,16 +870,16 @@ This event is fired when user successfully connects to a new server/cluster.
870870
- Specifies if Client-Side Field Level Encryption (CSFLE) is used.
871871
- **has_csfle_schema** (optional): `boolean | undefined`
872872
- Specifies if CSFLE schema is present.
873-
- **has_kms_aws** (optional): `boolean | undefined`
874-
- Specifies if KMS AWS is used.
875-
- **has_kms_gcp** (optional): `boolean | undefined`
876-
- Specifies if KMS GCP is used.
877-
- **has_kms_kmip** (optional): `boolean | undefined`
878-
- Specifies if KMS KMIP is used.
879-
- **has_kms_local** (optional): `boolean | undefined`
880-
- Specifies if KMS Local is used.
881-
- **has_kms_azure** (optional): `boolean | undefined`
882-
- Specifies if KMS Azure is used.
873+
- **count_kms_aws** (optional): `number | undefined`
874+
- Specifies the number of AWS KMS providers used.
875+
- **count_kms_gcp** (optional): `number | undefined`
876+
- Specifies the number of GCP KMS providers used.
877+
- **count_kms_kmip** (optional): `number | undefined`
878+
- Specifies the number of KMIP KMS providers used.
879+
- **count_kms_local** (optional): `number | undefined`
880+
- Specifies the number of Local KMS providers used.
881+
- **count_kms_azure** (optional): `number | undefined`
882+
- Specifies the number of Azure KMS providers used.
883883
- **connection_id** (optional): `string | undefined`
884884
- The id of the connection associated to this event.
885885

0 commit comments

Comments
 (0)