Skip to content

Commit

Permalink
PLT-650: Add BCDA to apply matrix for WAF config (#132)
Browse files Browse the repository at this point in the history
## 🎫 Ticket

https://jira.cms.gov/browse/PLT-650

## 🛠 Changes

Adds BCDA to the apply workflow and updates a comment with a link to the
decision log

## ℹ️ Context

We're continuing our rollout of the new WAF config to the BCDA test and
sandbox environments.

## 🧪 Validation

Smoke tests should succeed in each environment and network traffic
should remain the same. To be merged after
CMSgov/bcda-ops#1118 is approved and deployed to
the environments.
  • Loading branch information
gfreeman-navapbc authored Oct 22, 2024
1 parent be99bb4 commit 94aec53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/api-waf-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
app: [dpc]
app: [bcda, dpc]
env: [dev, test, sbx]
include:
- app: bcda
env: dev
steps:
- uses: actions/checkout@v4
- uses: ./actions/setup-tfenv-terraform
Expand Down
1 change: 1 addition & 0 deletions terraform/services/api-waf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ resource "aws_wafv2_ip_set" "api_customers" {

# Addresses will be managed outside of terraform. This is
# a placeholder address for all apps/environments.
# See: https://confluence.cms.gov/x/UDs2Q
addresses = ["203.0.113.0/32"]

lifecycle {
Expand Down

0 comments on commit 94aec53

Please sign in to comment.