File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
packages/cloud_security_posture Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
# newer versions go on top
2
2
# version map:
3
+ # 1.13.x - 8.18.x
3
4
# 1.12.x - 8.17.x
4
5
# 1.11.x - 8.16.x
5
6
# 1.10.x - 8.15.x
11
12
# 1.4.x - 8.9.x
12
13
# 1.3.x - 8.8.x
13
14
# 1.2.x - 8.7.x
15
+ - version : " 1.13.0-preview01"
16
+ changes :
17
+ - description : Add AWS external_id for cloud connectors flow"
18
+ type : enhancement
19
+ link : https://github.com/elastic/integrations/pull/12329
14
20
- version : " 1.12.0"
15
21
changes :
16
22
- description : Changed the agentless tags to be a list
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ config:
38
38
{{ #if role_arn }}
39
39
role_arn: {{ role_arn }}
40
40
{{ /if }}
41
+ {{ #if aws.credentials.external_id }}
42
+ external_id: {{ aws.credentials.external_id }}
43
+ {{ /if }}
41
44
type: {{ aws.credentials.type }}
42
45
{{ #if condition }}
43
46
condition: {{ condition }}
Original file line number Diff line number Diff line change @@ -155,6 +155,13 @@ streams:
155
155
required : false
156
156
show_user : false
157
157
secret : false
158
+ - name : aws.credentials.external_id
159
+ type : text
160
+ title : External ID
161
+ multi : false
162
+ required : false
163
+ show_user : false
164
+ secret : true
158
165
- input : cloudbeat/cis_gcp
159
166
title : CIS GCP Benchmark
160
167
description : CIS Benchmark for Google Cloud Platform Foundation
Original file line number Diff line number Diff line change 1
1
format_version : 3.2.3
2
2
name : cloud_security_posture
3
3
title : " Security Posture Management"
4
- version : " 1.12.0 "
4
+ version : " 1.13.0-preview01 "
5
5
source :
6
6
license : " Elastic-2.0"
7
7
description : " Identify & remediate configuration risks in your Cloud infrastructure"
@@ -11,7 +11,7 @@ categories:
11
11
- cloudsecurity_cdr
12
12
conditions :
13
13
kibana :
14
- version : " ^8.17 .0 || ^9.0.0"
14
+ version : " ^8.18 .0 || ^9.0.0"
15
15
elastic :
16
16
subscription : basic
17
17
capabilities :
You can’t perform that action at this time.
0 commit comments