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] add the cloud formation credentials url #9828

Merged
merged 3 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# newer versions go on top
# version map:
# 1.10.x - 8.15.x
# 1.9.x - 8.14.x
# 1.8.x - 8.13.x
# 1.7.x - 8.12.x
Expand All @@ -8,6 +9,11 @@
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x
- version: "1.10.0-preview01"
changes:
- description: Add cloud formation template url to create direct access keys credentials
type: enhancement
link: https://github.com/elastic/integrations/pull/9828
- version: "1.9.0-preview05"
changes:
- description: Revert secret of textarea field
Expand Down
13 changes: 11 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.0.0
name: cloud_security_posture
title: "Security Posture Management"
version: "1.9.0-preview05"
version: "1.10.0-preview01"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand All @@ -11,7 +11,7 @@ categories:
- cloudsecurity_cdr
conditions:
kibana:
version: "^8.14.0"
version: "^8.15.0"
elastic:
subscription: basic
capabilities:
Expand Down Expand Up @@ -116,6 +116,15 @@ policy_templates:
description: Template URL to Cloud Formation Quick Create Stack
# ACCOUNT_TYPE value should be either "single-account" or "organization-account"
default: https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://elastic-cspm-cft.s3.eu-central-1.amazonaws.com/cloudformation-cspm-ACCOUNT_TYPE-8.14.0.yml&stackName=Elastic-Cloud-Security-Posture-Management&param_EnrollmentToken=FLEET_ENROLLMENT_TOKEN&param_FleetUrl=FLEET_URL&param_ElasticAgentVersion=KIBANA_VERSION&param_ElasticArtifactServer=https://artifacts.elastic.co/downloads/beats/elastic-agent
- name: cloud_formation_credentials_template
type: text
title: CloudFormation Credentials Template
multi: false
required: true
show_user: false
description: Template URL to Cloud Formation Cloud Credentials Stack
# ACCOUNT_TYPE value should be either "single-account" or "organization-account"
default: https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://elastic-cspm-cft.s3.eu-central-1.amazonaws.com/cloudformation-cspm-direct-access-key-ACCOUNT_TYPE-8.15.0.yml
- type: cloudbeat/cis_gcp
title: GCP
description: CIS Benchmark for Google Cloud Platform Foundations
Expand Down