Skip to content

Commit

Permalink
[Azure Frontdoor] change connection_string to secret (#12148)
Browse files Browse the repository at this point in the history
Change property connection_string to be a secret like in the other integrations.
  • Loading branch information
SimonKoetting authored Dec 18, 2024
1 parent 3f38134 commit 5220ddf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/azure_frontdoor/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "2.1.1"
changes:
- description: Change connection_string to be a secret
type: bugfix
link: https://github.com/elastic/integrations/pull/12148
- version: "2.1.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error".
Expand Down
5 changes: 3 additions & 2 deletions packages/azure_frontdoor/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: azure_frontdoor
title: "Azure Frontdoor"
version: "2.1.0"
version: "2.1.1"
description: "This Elastic integration collects logs from Azure Frontdoor."
type: integration
categories:
Expand Down Expand Up @@ -45,11 +45,12 @@ policy_templates:
show_user: true
default: $Default
- name: connection_string
type: text
type: password
title: Connection String
multi: false
required: true
show_user: true
secret: true
- name: storage_account
type: text
title: Storage Account
Expand Down

0 comments on commit 5220ddf

Please sign in to comment.