Skip to content
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

add reference to public doc on platform protections #1581

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions terraform/modules/cloudfoundry/elb_uaa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ resource "aws_lb_listener" "cf_uaa_http" {
// Use the console to craft a sample webacl but before you commit you can click the tab/option to show you
// The rule in json format which will make it easier to translate to TF
// NOTE - webacl sets have rule capacity limits - make sure your total rule counts do not exceed the limit
//
// NOTE - Update documentation as you change WAF rule configuration:
// https://github.com/cloud-gov/cg-site/blob/main/_docs/technology/platform-protections.md
resource "aws_wafv2_web_acl" "cf_uaa_waf_core" {
name = "${var.stack_description}-cf-uaa-waf-core"
description = "UAA ELB WAF Rules"
Expand Down