-
Notifications
You must be signed in to change notification settings - Fork 10
doc: add introductions to enable appsec #214
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #214 +/- ##
=======================================
Coverage 70.97% 70.97%
=======================================
Files 50 50
Lines 6381 6381
Branches 905 905
=======================================
Hits 4529 4529
Misses 1403 1403
Partials 449 449 🚀 New features to boost your workflow:
|
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.
Are you sure just setting the env var is enough? If I recall correctly, it's also required to set up a thread pool.
@@ -19,3 +19,6 @@ controller: | |||
valueFrom: | |||
fieldRef: | |||
fieldPath: status.hostIP | |||
# add this env var to enable the App and API Security product | |||
- name: DD_APPSEC_ENABLED | |||
value: true |
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.
value: true | |
value: true | |
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.
just a small nit
No description provided.