Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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,11 +1,17 @@
# newer versions go on top
# version map:
# 1.8.x - 8.13.x
# 1.7.x - 8.12.x
# 1.6.x - 8.11.x
# 1.5.x - 8.10.x
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x
- version: "1.8.0-preview01"
changes:
- description: Adopt Secrets
type: enhancement
link: https://github.com/elastic/integrations/pull/8665
- version: "1.7.1"
changes:
- description: Remove disabled fields.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ streams:
multi: false
required: false
show_user: true
secret: true
- name: session_token
type: text
title: Session Token
Expand Down Expand Up @@ -80,6 +81,7 @@ streams:
multi: false
required: false
show_user: true
secret: true
- name: session_token
type: text
title: Session Token
Expand Down Expand Up @@ -195,6 +197,7 @@ streams:
multi: false
required: false
show_user: true
secret: true
- name: azure.credentials.client_username
type: text
title: Client Username
Expand All @@ -207,6 +210,7 @@ streams:
multi: false
required: false
show_user: true
secret: true
- name: azure.credentials.client_certificate_path
type: text
title: Client Certificate Path
Expand All @@ -219,3 +223,4 @@ streams:
multi: false
required: false
show_user: true
secret: true
4 changes: 2 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.7.1"
version: "1.8.0-preview01"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand All @@ -12,7 +12,7 @@ categories:
- security
conditions:
kibana:
version: "^8.12.0"
version: "^8.13.0"
elastic:
subscription: basic
capabilities:
Expand Down