Skip to content

Commit 80f6d75

Browse files
authored
[Cloud Security] Asset Inventory and CSPM - remove GCP project and org id from validation (elastic#13866)
1 parent 47b4432 commit 80f6d75

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

packages/cloud_asset_inventory/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# newer versions go on top
22
# version map:
33
# 0.1.x - 8.15.x
4+
- version: "0.13.0"
5+
changes:
6+
- description: Remove GCP project and organization ID from validation
7+
type: bugfix
8+
link: https://github.com/elastic/integrations/pull/13866
49
- version: "0.12.0"
510
changes:
611
- description: Fix the dataview name for the asset inventory data stream

packages/cloud_asset_inventory/data_stream/asset_inventory/manifest.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -260,42 +260,34 @@ streams:
260260
value: organization-account
261261
- name: gcp.credentials.type
262262
value: credentials-none
263-
- name: gcp.organization_id
264-
- name: gcp.project_id
265263
organization_account_manual_file:
266264
- name: gcp.account_type
267265
value: organization-account
268266
- name: gcp.credentials.type
269267
value: credentials-file
270-
- name: gcp.organization_id
271-
- name: gcp.project_id
272268
- name: gcp.credentials.file
273269
organization_account_manual_json:
274270
- name: gcp.account_type
275271
value: organization-account
276272
- name: gcp.credentials.type
277273
value: credentials-json
278-
- name: gcp.organization_id
279274
- name: gcp.credentials.json
280275
single_account_cloud_shell:
281276
- name: gcp.account_type
282277
value: single-account
283278
- name: gcp.credentials.type
284279
value: credentials-none
285-
- name: gcp.project_id
286280
single_account_manual_file:
287281
- name: gcp.account_type
288282
value: single-account
289283
- name: gcp.credentials.type
290284
value: credentials-file
291-
- name: gcp.project_id
292285
- name: gcp.credentials.file
293286
single_account_manual_json:
294287
- name: gcp.account_type
295288
value: single-account
296289
- name: gcp.credentials.type
297290
value: credentials-json
298-
- name: gcp.project_id
299291
- name: gcp.credentials.json
300292
vars:
301293
- name: gcp.account_type

packages/cloud_asset_inventory/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: cloud_asset_inventory
33
title: "Cloud Asset Discovery"
4-
version: "0.12.0"
4+
version: "0.13.0"
55
source:
66
license: "Elastic-2.0"
77
description: "Discover and Create Cloud Assets Discovery"

packages/cloud_security_posture/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# 1.4.x - 8.9.x
1414
# 1.3.x - 8.8.x
1515
# 1.2.x - 8.7.x
16+
- version: "2.0.0-preview03"
17+
changes:
18+
- description: Remove project_id and organization_id from validation
19+
type: bugfix
20+
link: https://github.com/elastic/integrations/pull/13866
1621
- version: "2.0.0-preview02"
1722
changes:
1823
- description: Fix the Azure credentials validation

packages/cloud_security_posture/data_stream/findings/manifest.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,42 +214,35 @@ streams:
214214
value: organization-account
215215
- name: gcp.credentials.type
216216
value: credentials-none
217-
- name: gcp.organization_id
218-
- name: gcp.project_id
219217
organization_account_manual_file:
220218
- name: gcp.account_type
221219
value: organization-account
222220
- name: gcp.credentials.type
223221
value: credentials-file
224222
- name: gcp.organization_id
225-
- name: gcp.project_id
226223
- name: gcp.credentials.file
227224
organization_account_manual_json:
228225
- name: gcp.account_type
229226
value: organization-account
230227
- name: gcp.credentials.type
231228
value: credentials-json
232-
- name: gcp.organization_id
233229
- name: gcp.credentials.json
234230
single_account_cloud_shell:
235231
- name: gcp.account_type
236232
value: single-account
237233
- name: gcp.credentials.type
238234
value: credentials-none
239-
- name: gcp.project_id
240235
single_account_manual_file:
241236
- name: gcp.account_type
242237
value: single-account
243238
- name: gcp.credentials.type
244239
value: credentials-file
245-
- name: gcp.project_id
246240
- name: gcp.credentials.file
247241
single_account_manual_json:
248242
- name: gcp.account_type
249243
value: single-account
250244
- name: gcp.credentials.type
251245
value: credentials-json
252-
- name: gcp.project_id
253246
- name: gcp.credentials.json
254247
vars:
255248
- name: condition

packages/cloud_security_posture/manifest.yml

Lines changed: 1 addition & 1 deletion
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: "2.0.0-preview02"
4+
version: "2.0.0-preview03"
55
source:
66
license: "Elastic-2.0"
77
description: "Identify & remediate configuration risks in your Cloud infrastructure"

0 commit comments

Comments
 (0)