From 92c9bc505f0c50bdeb347d34b5a2682e0bf0e16d Mon Sep 17 00:00:00 2001 From: Jonathan Rau <139361268+jonrau-at-queryai@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:11:28 -0400 Subject: [PATCH] rollback project_uid removal --- CHANGELOG.md | 1 - objects/cloud.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4d37b89..245574d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,6 @@ Thankyou! --> 1. Added `phone_number` to `user` and `ldap_person` objects. #1155 2. Added `has_mfa` to `user` object. #1155 3. Added `vendor_name` to `cvss` object. #1165 - 4. Remove `project_uid` from `cloud` object. #1166 ### Misc 1. Added `user.uid` as an Observable type - `type_id: 31`. #1155 diff --git a/objects/cloud.json b/objects/cloud.json index 454529b4b..0e3e979b5 100644 --- a/objects/cloud.json +++ b/objects/cloud.json @@ -10,6 +10,9 @@ "org": { "requirement": "optional" }, + "project_uid": { + "requirement": "optional" + }, "provider": { "description": "The unique name of the Cloud services provider, such as AWS, MS Azure, GCP, etc.", "requirement": "required"