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 3 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
8 changes: 8 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 All @@ -21,6 +26,9 @@
link: https://github.com/elastic/integrations/pull/11274
- version: "1.11.0-preview08"
seanrathier marked this conversation as resolved.
Show resolved Hide resolved
changes:
- description: Added deployment_mode agentless to the policy template
seanrathier marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this changelog entry as you added it to a new version

type: enhancement
link: https://github.com/elastic/integrations/pull/11203
- description: Change gcp.credentials.json secret to true
type: enhancement
link: https://github.com/elastic/integrations/pull/10479
Expand Down
12 changes: 10 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 @@ -90,6 +90,14 @@ policy_templates:
title: Cloud Security Posture Management (CSPM)
description: Identify & remediate configuration risks in the Cloud services you leverage
multiple: true
deployment_modes:
default:
enabled: true
agentless:
enabled: true
organization: elastic
division: engineering
team: cloud-security-posture
categories:
- security
- cloud
Expand Down
8 changes: 8 additions & 0 deletions packages/elastic_connectors/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# 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
type: enhancement
link: https://github.com/elastic/integrations/pull/11267
- version: 0.0.1
seanrathier marked this conversation as resolved.
Show resolved Hide resolved
changes:
- description: Added owner information when deployment_mode has agentless enabled
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here as well

type: enhancement
link: https://github.com/elastic/integrations/pull/11203
- description: Initial draft of the package
type: enhancement
link: https://github.com/elastic/integrations/pull/10898
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: ingestion-team
seanrathier marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if I understood the review comment correctly the ask was to change ingestion-team to search-extract-and-transform but now we have both for some reason

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