Skip to content

Commit

Permalink
Changes waf shortcut to use v2 home page, rather than WAF classic hom…
Browse files Browse the repository at this point in the history
…e. (#775)

* Changes waf shortcut to use v2 home page, rather than WAF classic home.

* Introduced new service map instead of replacing waf
  • Loading branch information
CodyDunlap authored Oct 9, 2024
1 parent 230f6e0 commit 097368a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/console/service_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ var ServiceMap = map[string]string{
"tra": "trustedadvisor",
"vpc": "vpc",
"waf": "wafv2",
"wafv2": "wafv2/homev2"

Check failure on line 71 in pkg/console/service_map.go

View workflow job for this annotation

GitHub Actions / Unit Tests

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 71 in pkg/console/service_map.go

View workflow job for this annotation

GitHub Actions / Go Lint

syntax error: unexpected newline in composite literal; possibly missing comma or } (typecheck)

Check failure on line 71 in pkg/console/service_map.go

View workflow job for this annotation

GitHub Actions / Go Lint

missing ',' before newline in composite literal (typecheck)

Check failure on line 71 in pkg/console/service_map.go

View workflow job for this annotation

GitHub Actions / Go Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)

Check failure on line 71 in pkg/console/service_map.go

View workflow job for this annotation

GitHub Actions / Go Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)
}

var globalServiceMap = map[string]bool{
Expand Down

0 comments on commit 097368a

Please sign in to comment.