Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cloud Security] enable asset inventory package to support agentless #11238

Merged
5 changes: 5 additions & 0 deletions packages/cloud_asset_inventory/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# newer versions go on top
# version map:
# 0.1.x - 8.15.x
- version: "0.2.2"
changes:
- description: Enable Agentless deployment.
type: enhancement
link: https://github.com/elastic/integrations/pull/11238
- version: "0.2.1"
changes:
- description: Add template variables
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ streams:
multi: false
required: false
show_user: true
secret: false
- name: secret_access_key
type: text
title: Secret Access Key
Expand All @@ -34,6 +35,7 @@ streams:
multi: false
required: false
show_user: true
secret: false
- name: shared_credential_file
type: text
title: Shared Credential File
Expand Down
12 changes: 10 additions & 2 deletions packages/cloud_asset_inventory/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.0
format_version: 3.2.2
name: cloud_asset_inventory
title: "Cloud Asset Inventory"
version: "0.2.1"
version: "0.2.2"
source:
license: "Elastic-2.0"
description: "Discover and Create Cloud Assets Inventory"
Expand All @@ -27,6 +27,14 @@ policy_templates:
- name: asset_inventory
title: Cloud Asset Inventory
description: Discover assets in your Cloud Environment and store within Elastic Search
deployment_modes:
default:
enabled: true
agentless:
enabled: true
organization: security
division: engineering
team: cloud-security-posture
multiple: true
icons:
- src: /img/logo_cloud_security_posture.svg
Expand Down