-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BCDA-8360 add waf sync lambda #197
Conversation
0981f4e
to
6f5068b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, with the steps I took to validate:
- review lambda invocation to ensure that it's running with no errors (it is)
- review logs for success messages (they are present)
The only thing that we should do before we cutover is put some test data in our lower env to make sure it works properly. I looked in the dev WAF, and there are no IP addresses. Maybe we can coordinate with @gfreeman-navapbc on some safe-for-use IPs that we can dump in there in the interim?
🎫 Ticket
https://jira.cms.gov/browse/BCDA-8360
🛠 Changes
Add WAF auto sync lambda
ℹ️ Context
We have recently switched over to WAF to control our allowlist of IP addresses. This lambda should sync our app DB with the source of truth on IP addresses to our WAF.
🧪 Validation
Local tests and linting passing.