Skip to content

Commit

Permalink
cortex-xsiam account networking (#6140)
Browse files Browse the repository at this point in the history
* added application accounts to subnet sets

* added application accounts to subnet sets and carried out some housekeeping
  • Loading branch information
dms1981 authored Feb 6, 2024
1 parent 7debbb9 commit 1941cf9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions environments-networks/hq-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"general": {
"cidr": "10.26.48.0/21",
"accounts": [
"data-and-insights-wepi-development",
"cdpt-chaps-development",
"cdpt-ifs-development"
"cdpt-ifs-development",
"cortex-xsiam-development",
"data-and-insights-wepi-development"
]
}
}
Expand Down
5 changes: 3 additions & 2 deletions environments-networks/hq-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"general": {
"cidr": "10.27.32.0/21",
"accounts": [
"data-and-insights-wepi-production",
"cdpt-chaps-production",
"cdpt-ifs-production"
"cdpt-ifs-production",
"cortex-xsiam-production",
"data-and-insights-wepi-production"
]
}
}
Expand Down
10 changes: 6 additions & 4 deletions policies/networking/expected.rego
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,10 @@ expected :=
"general": {
"cidr": "10.26.48.0/21",
"accounts": [
"data-and-insights-wepi-development",
"cdpt-chaps-development",
"cdpt-ifs-development"
"cdpt-ifs-development",
"cortex-xsiam-development",
"data-and-insights-wepi-development"
]
}
},
Expand All @@ -203,9 +204,10 @@ expected :=
"general": {
"cidr": "10.27.32.0/21",
"accounts": [
"data-and-insights-wepi-production",
"cdpt-chaps-production",
"cdpt-ifs-production"
"cdpt-ifs-production",
"cortex-xsiam-production",
"data-and-insights-wepi-production"
]
}
},
Expand Down

0 comments on commit 1941cf9

Please sign in to comment.