File tree 3 files changed +6
-9
lines changed
packages/cloud_security_posture
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 12
12
# 1.4.x - 8.9.x
13
13
# 1.3.x - 8.8.x
14
14
# 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
15
20
- version : " 1.13.0"
16
21
changes :
17
22
- description : Promote integration
Original file line number Diff line number Diff line change @@ -208,42 +208,34 @@ streams:
208
208
value : organization-account
209
209
- name : gcp.credentials.type
210
210
value : credentials-none
211
- - name : gcp.organization_id
212
- - name : gcp.project_id
213
211
organization_account_manual_file :
214
212
- name : gcp.account_type
215
213
value : organization-account
216
214
- name : gcp.credentials.type
217
215
value : credentials-file
218
- - name : gcp.organization_id
219
- - name : gcp.project_id
220
216
- name : gcp.credentials.file
221
217
organization_account_manual_json :
222
218
- name : gcp.account_type
223
219
value : organization-account
224
220
- name : gcp.credentials.type
225
221
value : credentials-json
226
- - name : gcp.organization_id
227
222
- name : gcp.credentials.json
228
223
single_account_cloud_shell :
229
224
- name : gcp.account_type
230
225
value : single-account
231
226
- name : gcp.credentials.type
232
227
value : credentials-none
233
- - name : gcp.project_id
234
228
single_account_manual_file :
235
229
- name : gcp.account_type
236
230
value : single-account
237
231
- name : gcp.credentials.type
238
232
value : credentials-file
239
- - name : gcp.project_id
240
233
- name : gcp.credentials.file
241
234
single_account_manual_json :
242
235
- name : gcp.account_type
243
236
value : single-account
244
237
- name : gcp.credentials.type
245
238
value : credentials-json
246
- - name : gcp.project_id
247
239
- name : gcp.credentials.json
248
240
vars :
249
241
- name : condition
Original file line number Diff line number Diff line change 1
1
format_version : 3.3.2
2
2
name : cloud_security_posture
3
3
title : " Security Posture Management"
4
- version : " 1.13.0 "
4
+ version : " 1.13.1 "
5
5
source :
6
6
license : " Elastic-2.0"
7
7
description : " Identify & remediate configuration risks in your Cloud infrastructure"
You can’t perform that action at this time.
0 commit comments