Skip to content
Open
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: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,11 @@ plaid/assets/logs/ @DataDog/saa
/checkpoint_harmony_endpoint/manifest.json @DataDog/agent-integrations @DataDog/documentation
/checkpoint_harmony_endpoint/assets/logs/ @DataDog/agent-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core

/zscaler_private_access/ @DataDog/agent-integrations
/zscaler_private_access/*.md @DataDog/agent-integrations @DataDog/documentation
/zscaler_private_access/manifest.json @DataDog/agent-integrations @DataDog/documentation
/zscaler_private_access/assets/logs/ @DataDog/agent-integrations @DataDog/documentation @DataDog/logs-backend

# To keep Security up-to-date with changes to the signing tool.
/datadog_checks_dev/datadog_checks/dev/tooling/signing.py @DataDog/agent-integrations
# As well as the secure downloader.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,8 @@ integration/zerofox_cloud_platform:
- zerofox_cloud_platform/**/*
integration/zk:
- zk/**/*
integration/zscaler_private_access:
- zscaler_private_access/**/*
qa/skip-qa:
- '**/__about__.py'
- requirements-agent-release.txt
Expand Down
3 changes: 3 additions & 0 deletions zscaler_private_access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CHANGELOG - Zscaler Private Access

<!-- towncrier release notes start -->
230 changes: 230 additions & 0 deletions zscaler_private_access/README.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions zscaler_private_access/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Zscaler Private Access
files:
- name: zscaler_private_access.yaml
options:
- template: logs
example:
- type: tcp
port: <PORT>
source: zscaler-private-access

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,059 changes: 1,059 additions & 0 deletions zscaler_private_access/assets/dashboards/zscaler_private_access_audit.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,013 changes: 1,013 additions & 0 deletions zscaler_private_access/assets/dashboards/zscaler_private_access_overview.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Loading