Skip to content

Commit edeee8a

Browse files
authored
[Cloud Security] Backport cloud security posture 1.13: remove GCP project and org Id from validation (#13806)
1 parent ac5b772 commit edeee8a

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

packages/cloud_security_posture/changelog.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
# 1.4.x - 8.9.x
1313
# 1.3.x - 8.8.x
1414
# 1.2.x - 8.7.x
15+
- version: "1.13.1"
16+
changes:
17+
- description: Remove GCP project and organization id from required vars
18+
type: bugfix
19+
link: https://github.com/elastic/integrations/pull/13806
1520
- version: "1.13.0"
1621
changes:
1722
- description: Promote integration

packages/cloud_security_posture/data_stream/findings/manifest.yml

-8
Original file line numberDiff line numberDiff line change
@@ -208,42 +208,34 @@ streams:
208208
value: organization-account
209209
- name: gcp.credentials.type
210210
value: credentials-none
211-
- name: gcp.organization_id
212-
- name: gcp.project_id
213211
organization_account_manual_file:
214212
- name: gcp.account_type
215213
value: organization-account
216214
- name: gcp.credentials.type
217215
value: credentials-file
218-
- name: gcp.organization_id
219-
- name: gcp.project_id
220216
- name: gcp.credentials.file
221217
organization_account_manual_json:
222218
- name: gcp.account_type
223219
value: organization-account
224220
- name: gcp.credentials.type
225221
value: credentials-json
226-
- name: gcp.organization_id
227222
- name: gcp.credentials.json
228223
single_account_cloud_shell:
229224
- name: gcp.account_type
230225
value: single-account
231226
- name: gcp.credentials.type
232227
value: credentials-none
233-
- name: gcp.project_id
234228
single_account_manual_file:
235229
- name: gcp.account_type
236230
value: single-account
237231
- name: gcp.credentials.type
238232
value: credentials-file
239-
- name: gcp.project_id
240233
- name: gcp.credentials.file
241234
single_account_manual_json:
242235
- name: gcp.account_type
243236
value: single-account
244237
- name: gcp.credentials.type
245238
value: credentials-json
246-
- name: gcp.project_id
247239
- name: gcp.credentials.json
248240
vars:
249241
- name: condition

packages/cloud_security_posture/manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: cloud_security_posture
33
title: "Security Posture Management"
4-
version: "1.13.0"
4+
version: "1.13.1"
55
source:
66
license: "Elastic-2.0"
77
description: "Identify & remediate configuration risks in your Cloud infrastructure"

0 commit comments

Comments
 (0)