-
Notifications
You must be signed in to change notification settings - Fork 393
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
[datadog_appsec] introduce the Application Security resources #2874
Conversation
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.
good for docs
/merge |
View all feedbacks in Devflow UI.
The median merge time in
|
The resources were initially implemented using the generator and were adapted to support custom deserialization (notably for WAF custom rule tags).
A major change from the generated code is also support for retrying requests when they receives a 409 Conflicts error. This error is commonly returned by our endpoints when terraform updates several resources concurrently.
Relates to https://github.com/DataDog/datadog-api-spec/pull/3602