-
Notifications
You must be signed in to change notification settings - Fork 632
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 support for body_scanning
to cloudflare_teams_account
#2887
Merged
jacobbednarz
merged 2 commits into
cloudflare:master
from
webbgeorge:add-body-scanning-config
Oct 26, 2023
Merged
Add support for body_scanning
to cloudflare_teams_account
#2887
jacobbednarz
merged 2 commits into
cloudflare:master
from
webbgeorge:add-body-scanning-config
Oct 26, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
changelog detected ✅ |
webbgeorge
force-pushed
the
add-body-scanning-config
branch
from
October 26, 2023 15:02
c3095da
to
04ebb2e
Compare
webbgeorge
force-pushed
the
add-body-scanning-config
branch
from
October 26, 2023 15:51
04ebb2e
to
031ae57
Compare
webbgeorge
force-pushed
the
add-body-scanning-config
branch
from
October 26, 2023 16:09
031ae57
to
9934d7c
Compare
lgtm, thanks!
|
This functionality has been released in v4.18.0 of the Terraform Cloudflare Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #2374
The teams account configuration APIs and the Go SDK now support Enhanced File Detection (
body_scanning
), see links below. This PR adds support for this parameter to this provider.Enhanced file detection: https://developers.cloudflare.com/cloudflare-one/insights/logs/gateway-logs/#enhanced-file-detection
API docs: https://developers.cloudflare.com/api/operations/zero-trust-accounts-get-zero-trust-account-configuration
SDK: https://github.com/cloudflare/cloudflare-go/blob/master/teams_accounts.go#L47 (released in
v0.80.0
)In addition to the tests in the this repository, I have tested this change using
dev_overrides
on a local project with several scenarios, and it behaves as expected.