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] Added deployment_mode and properties CSPM, Elastic Connector #11203

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x
- version: "1.11.0-preview11"
changes:
- description: Add deployment_mode agentless to the policy template
type: enhancement
link: https://github.com/elastic/integrations/pull/11203
- version: "1.11.0-preview10"
changes:
- description: Adding deployment_modes to cspm policy template and secret field linting checks
Expand Down
7 changes: 5 additions & 2 deletions packages/cloud_security_posture/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.2.2
format_version: 3.2.3
name: cloud_security_posture
title: "Security Posture Management"
version: "1.11.0-preview10"
version: "1.11.0-preview11"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down Expand Up @@ -107,6 +107,9 @@ policy_templates:
enabled: true
agentless:
enabled: true
organization: elastic
division: engineering
team: cloud-security-posture
inputs:
- type: cloudbeat/cis_aws
title: Amazon Web Services
Expand Down
5 changes: 5 additions & 0 deletions packages/elastic_connectors/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: 0.0.3
changes:
- description: Add deployment_mode agentless to the policy template
type: enhancement
link: https://github.com/elastic/integrations/pull/11203
- version: 0.0.2
changes:
- description: Add connector_name as the connector input variable
Expand Down
8 changes: 7 additions & 1 deletion packages/elastic_connectors/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
format_version: 3.2.1
format_version: 3.2.3
name: elastic_connectors
title: "Elastic Connectors"
version: 0.0.2
Expand Down Expand Up @@ -37,6 +37,9 @@ policy_templates:
enabled: false
agentless:
enabled: true
organization: elastic
division: engineering
team: search-extract-and-transform
multiple: false
inputs:
- type: connectors-py
Expand Down Expand Up @@ -64,6 +67,9 @@ policy_templates:
enabled: false
agentless:
enabled: true
organization: elastic
division: engineering
team: search-extract-and-transform
multiple: false
inputs:
- type: connectors-py
Expand Down