Skip to content

Commit

Permalink
prisma_cloud: don't leak access token into debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 committed Nov 26, 2024
1 parent f663c16 commit e1e6d88
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/prisma_cloud/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.4.1"
changes:
- description: Don't leak access token into debug logs.
type: bugfix
link: https://github.com/elastic/integrations/pull/11885
- version: "1.4.0"
changes:
- description: Add tags.yml file so that integration's dashboards and saved searches are tagged with "Security Solution" and displayed in the Security Solution UI.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ state:
redact:
fields:
- password
- access_token
program: |
(
state.with(has(state.want_more) && !(state.want_more) ?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ state:
redact:
fields:
- password
- access_token
program: |
(
state.with(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ state:
redact:
fields:
- password
- access_token
program: |
(
state.with(has(state.want_more) && !(state.want_more)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ state:
redact:
fields:
- password
- access_token
program: |
(
state.with(has(state.want_more) && !(state.want_more)
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma_cloud/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.3
name: prisma_cloud
title: "Palo Alto Prisma Cloud"
version: "1.4.0"
version: "1.4.1"
description: "Collect logs from Prisma Cloud with Elastic Agent."
type: integration
categories:
Expand Down

0 comments on commit e1e6d88

Please sign in to comment.