Skip to content

Commit

Permalink
add reference to public doc on platform protections (#1581)
Browse files Browse the repository at this point in the history
* add reference to public doc on platform protections

* update branch name
  • Loading branch information
markdboyd authored Nov 6, 2023
1 parent 15a8463 commit a755be9
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit a755be9

Please sign in to comment.