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

Adopt Secrets in Cloud Posture Management #8604

Merged
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x
- version: "1.7.0-preview06"
- version: "1.7.0-preview07"
changes:
- description: Adopt Secrets
type: enhancement
link: https://github.com/elastic/integrations/pull/8604
- description: Bump Azure template branch
type: enhancement
link: https://github.com/elastic/integrations/pull/8619
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
2 changes: 1 addition & 1 deletion 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.0-preview06"
version: "1.7.0-preview07"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down