Skip to content

Commit e47d0c8

Browse files
committed
added cloud connectors to azure
1 parent 687a39b commit e47d0c8

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

packages/cloud_asset_inventory/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# 1.1.x - 9.2.x
44
# 1.0.x - 9.1.x
55
# 0.1.x - 8.15.x
6+
- version: "1.1.1-preview"
7+
changes:
8+
- description: Add input var support for Azure Cloud Connectors
9+
type: enhancement
10+
link: https://github.com/elastic/integrations/pull/14978
611
- version: "1.1.0-preview"
712
changes:
813
- description: Add support for Azure Cloud Connectors

packages/cloud_asset_inventory/data_stream/asset_inventory/manifest.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ streams:
206206
- name: azure.credentials.client_certificate_path
207207
- name: azure.credentials.tenant_id
208208
- name: azure.credentials.client_certificate_password
209+
cloud_connectors:
210+
- name: azure.credentials.client_id
211+
- name: azure.credentials.tenant_id
212+
- name: azure.credentials.type
213+
value: cloud_connectors
209214
vars:
210215
- name: azure.account_type
211216
title: Account type
@@ -234,6 +239,8 @@ streams:
234239
value: service_principal_with_client_secret
235240
- text: Service Principal with Client Certificate
236241
value: service_principal_with_client_certificate
242+
- text: Cloud Connectors
243+
value: cloud_connectors
237244
- name: azure.credentials.client_id
238245
type: text
239246
title: Client ID
@@ -271,6 +278,13 @@ streams:
271278
show_user: true
272279
secret: true
273280
description: Required when using Service Principal with Client Certificate
281+
- name: azure.supports_cloud_connectors
282+
type: bool
283+
title: Supports Cloud Connectors
284+
multi: false
285+
required: false
286+
show_user: false
287+
secret: false
274288
- input: cloudbeat/asset_inventory_gcp
275289
title: GCP Asset Discovery
276290
description: Asset Discovery Discovery for GCP

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: "1.1.0-preview"
4+
version: "1.1.1-preview"
55
source:
66
license: "Elastic-2.0"
77
description: "Discover and Create Cloud Assets Discovery"

0 commit comments

Comments
 (0)