-
Notifications
You must be signed in to change notification settings - Fork 40
feat: Add waf/wafv2 logging config #814
feat: Add waf/wafv2 logging config #814
Conversation
This will require a change to the AWS policy: |
Thank you for that. |
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.
LGTM
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.
Looks good. I think child PKs are not needed anymore.
resources/services/waf/rules.go
Outdated
Name: "aws_waf_rule_predicates", | ||
Description: "This is AWS WAF Classic documentation", | ||
Resolver: fetchWafRulePredicates, | ||
Options: schema.TableCreationOptions{PrimaryKeys: []string{"rule_cq_id", "data_id"}}, |
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.
I think this is unneeded anymore?
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.
It's already removed in #921
I've rebased
π€ I have created a release *beep* *boop* --- ### [0.12.1](v0.12.0...v0.12.1) (2022-05-31) ### Features * Add tags for organizations.Account ([#942](#942)) ([b1a350d](b1a350d)), closes [#940](#940) * Add waf/wafv2 logging config ([#814](#814)) ([ed6c836](ed6c836)) ### Bug Fixes * Classify MetadataException ([#953](#953)) ([2b74e7b](2b74e7b)) * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.10.2 ([#951](#951)) ([b5b4c97](b5b4c97)) * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.10.3 ([#954](#954)) ([21a5818](21a5818)) * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.10.4 ([#961](#961)) ([648f6c1](648f6c1)) * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.10.5 ([#967](#967)) ([40a1d06](40a1d06)) * Remove relation tables PK ([#921](#921)) ([036ce47](036ce47)) * Update endpoints ([#948](#948)) ([3b5b193](3b5b193)) * Update endpoints ([#952](#952)) ([c59523c](c59523c)) * Update endpoints ([#956](#956)) ([5702860](5702860)) * Update endpoints ([#958](#958)) ([df14874](df14874)) * Update timestamps fields ([#891](#891)) ([48b9e6f](48b9e6f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
π Thank you for making CloudQuery awesome by submitting a PR π
Summary
Use the following steps to ensure your PR is ready to be reviewed
go fmt
to format your code πgo run ./docs/docs.go
and committing the changes π