Skip to content

Commit 508ef90

Browse files
committed
added cloud connectors to azure
1 parent f200413 commit 508ef90

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-preview02"
7+
changes:
8+
- description: Add support for Azure Cloud Connectors credentials
9+
type: enhancement
10+
link: https://github.com/elastic/integrations/pull/15237
611
- version: "1.1.1-preview01"
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
@@ -213,6 +213,11 @@ streams:
213213
- name: azure.credentials.client_certificate_path
214214
- name: azure.credentials.tenant_id
215215
- name: azure.credentials.client_certificate_password
216+
cloud_connectors:
217+
- name: azure.credentials.client_id
218+
- name: azure.credentials.tenant_id
219+
- name: azure.credentials.type
220+
value: cloud_connectors
216221
vars:
217222
- name: azure.account_type
218223
title: Account type
@@ -243,6 +248,8 @@ streams:
243248
value: service_principal_with_client_certificate
244249
- text: Cloud Connectors Federated Identity
245250
value: cloud_connectors_federated_identity
251+
- text: Cloud Connectors
252+
value: cloud_connectors
246253
- name: azure.credentials.client_id
247254
type: text
248255
title: Client ID
@@ -280,6 +287,13 @@ streams:
280287
show_user: true
281288
secret: true
282289
description: Required when using Service Principal with Client Certificate
290+
- name: azure.supports_cloud_connectors
291+
type: bool
292+
title: Supports Cloud Connectors
293+
multi: false
294+
required: false
295+
show_user: false
296+
secret: false
283297
- input: cloudbeat/asset_inventory_gcp
284298
title: GCP Asset Discovery
285299
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.1-preview01"
4+
version: "1.1.1-preview02"
55
source:
66
license: "Elastic-2.0"
77
description: "Discover and Create Cloud Assets Discovery"

0 commit comments

Comments
 (0)