Skip to content

Commit

Permalink
add waf support to tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Apr 26, 2024
1 parent d48f75f commit f7fcada
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/cmd/sync-github-issue-to-jira/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ var (
"service/bot_management",
"service/addressing",
"service/zero_trust_devices",
"service/lists",
"service/firewall",
}

// Mapping of service label to owning internal team.
Expand Down Expand Up @@ -161,6 +163,14 @@ var (
teamName: "DNS",
owner: "elmerot",
},
"service/lists": {
teamName: "WAF (FW, RL, MR)",
owner: "jborys",
},
"service/firewall": {
teamName: "WAF (FW, RL, MR)",
owner: "jborys",
},
}
)

Expand Down

0 comments on commit f7fcada

Please sign in to comment.