From 95c248e3cfcc29486525e7bf5cd621c92c91c8a4 Mon Sep 17 00:00:00 2001 From: Sean Rathier Date: Fri, 27 Sep 2024 16:23:37 -0400 Subject: [PATCH 1/3] Updating the CSPM integration with deployment_mode and secrets --- .../data_stream/findings/manifest.yml | 4 ++++ packages/cloud_security_posture/manifest.yml | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/cloud_security_posture/data_stream/findings/manifest.yml b/packages/cloud_security_posture/data_stream/findings/manifest.yml index b0976bdcb69..5f23c38338f 100644 --- a/packages/cloud_security_posture/data_stream/findings/manifest.yml +++ b/packages/cloud_security_posture/data_stream/findings/manifest.yml @@ -42,6 +42,7 @@ streams: multi: false required: false show_user: true + secret: false - name: secret_access_key type: password title: Secret Access Key @@ -55,6 +56,7 @@ streams: multi: false required: false show_user: true + secret: false - name: shared_credential_file type: text title: Shared Credential File @@ -100,6 +102,7 @@ streams: multi: false required: false show_user: true + secret: false - name: secret_access_key type: password title: Secret Access Key @@ -113,6 +116,7 @@ streams: multi: false required: false show_user: true + secret: false - name: shared_credential_file type: text title: Shared Credential File diff --git a/packages/cloud_security_posture/manifest.yml b/packages/cloud_security_posture/manifest.yml index ce42dfacf37..6c459fbaa19 100644 --- a/packages/cloud_security_posture/manifest.yml +++ b/packages/cloud_security_posture/manifest.yml @@ -1,4 +1,4 @@ -format_version: 3.0.0 +format_version: 3.2.2 name: cloud_security_posture title: "Security Posture Management" version: "1.11.0-preview09" @@ -102,6 +102,11 @@ policy_templates: type: image/svg+xml data_streams: - findings + deployment_modes: + default: + enabled: true + agentless: + enabled: true inputs: - type: cloudbeat/cis_aws title: Amazon Web Services From 01fbfe37675ea23a2f748cf824bd9e3b9c12188b Mon Sep 17 00:00:00 2001 From: Sean Rathier Date: Tue, 1 Oct 2024 09:28:03 -0400 Subject: [PATCH 2/3] buming version --- packages/cloud_security_posture/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cloud_security_posture/manifest.yml b/packages/cloud_security_posture/manifest.yml index 6c459fbaa19..b8177191099 100644 --- a/packages/cloud_security_posture/manifest.yml +++ b/packages/cloud_security_posture/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.2 name: cloud_security_posture title: "Security Posture Management" -version: "1.11.0-preview09" +version: "1.11.0-preview10" source: license: "Elastic-2.0" description: "Identify & remediate configuration risks in your Cloud infrastructure" From 3de17ca938d240953bad7999c9f880b79a73e3d4 Mon Sep 17 00:00:00 2001 From: Sean Rathier Date: Tue, 1 Oct 2024 10:46:03 -0400 Subject: [PATCH 3/3] changelog --- packages/cloud_security_posture/changelog.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/cloud_security_posture/changelog.yml b/packages/cloud_security_posture/changelog.yml index 2c5afd1de67..856454eb781 100644 --- a/packages/cloud_security_posture/changelog.yml +++ b/packages/cloud_security_posture/changelog.yml @@ -9,6 +9,11 @@ # 1.4.x - 8.9.x # 1.3.x - 8.8.x # 1.2.x - 8.7.x +- version: "1.11.0-preview10" + changes: + - description: Adding deployment_modes to cspm policy template and secret field linting checks + type: enhancement + link: https://github.com/elastic/integrations/pull/11271 - version: "1.11.0-preview09" changes: - description: Bump package to include new kibana condition