Skip to content

Commit e3543ef

Browse files
Add owner field to agent-integrations manifest files (#21912)
Adds 'owner': 'agent-integrations' field to 3 integration manifest.json files: - barracuda_secure_edge - cloudgen_firewall - zscaler_private_access This provides clear ownership tracking for these security and networking integrations as part of the initiative to add owner fields to all integration manifest.json files. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent a0ca4a6 commit e3543ef

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

barracuda_secure_edge/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "c0acbaef-4769-4ea9-aa77-b208440f9303",
44
"app_id": "barracuda-secure-edge",
5+
"owner": "agent-integrations",
56
"display_on_public_website": false,
67
"tile": {
78
"overview": "README.md#Overview",

cloudgen_firewall/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "fec157b4-467e-4faa-8db6-b80baea69b00",
44
"app_id": "cloudgen-firewall",
5+
"owner": "agent-integrations",
56
"display_on_public_website": true,
67
"tile": {
78
"overview": "README.md#Overview",

zscaler_private_access/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "316cf13a-3c12-4014-9cb1-e3fa6ad8dd5e",
44
"app_id": "zscaler-private-access",
5+
"owner": "agent-integrations",
56
"display_on_public_website": false,
67
"tile": {
78
"overview": "README.md#Overview",

0 commit comments

Comments
 (0)