Skip to content

Commit

Permalink
chore(iast): deduplication enabled env var
Browse files Browse the repository at this point in the history
  • Loading branch information
avara1986 committed Jan 23, 2025
1 parent 5e31a4e commit cef509b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion utils/build/docker/python/django-poc.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ RUN DJANGO_SUPERUSER_PASSWORD=abcd python3 manage.py createsuperuser --noinput -

ENV DD_TRACE_HEADER_TAGS='user-agent:http.request.headers.user-agent'
ENV DD_REMOTECONFIG_POLL_SECONDS=1
ENV _DD_APPSEC_DEDUPLICATION_ENABLED=false


# docker startup
Expand Down
1 change: 0 additions & 1 deletion utils/build/docker/python/django-py3.13.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN DJANGO_SUPERUSER_PASSWORD=abcd python3 manage.py createsuperuser --noinput -

ENV DD_TRACE_HEADER_TAGS='user-agent:http.request.headers.user-agent'
ENV DD_REMOTECONFIG_POLL_SECONDS=1
ENV _DD_APPSEC_DEDUPLICATION_ENABLED=false


# docker startup
Expand Down
1 change: 0 additions & 1 deletion utils/build/docker/python/fastapi.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ COPY utils/build/docker/python/iast.py /app/iast.py

ENV DD_TRACE_HEADER_TAGS='user-agent:http.request.headers.user-agent'
ENV DD_REMOTECONFIG_POLL_SECONDS=1
ENV _DD_APPSEC_DEDUPLICATION_ENABLED=false

# docker startup
CMD ./app.sh
Expand Down
1 change: 0 additions & 1 deletion utils/build/docker/python/flask-poc.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ COPY utils/build/docker/python/iast.py /app/iast.py
ENV DD_TRACE_HEADER_TAGS='user-agent:http.request.headers.user-agent'
ENV DD_REMOTECONFIG_POLL_SECONDS=1
ENV DD_DATA_STREAMS_ENABLED=True
ENV _DD_APPSEC_DEDUPLICATION_ENABLED=false

# Cross Tracer Integration Testing for Trace Context Propagation
ENV DD_BOTOCORE_PROPAGATION_ENABLED=true
Expand Down
1 change: 0 additions & 1 deletion utils/build/docker/python/pylons.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ COPY utils/build/docker/python/install_ddtrace.sh binaries* /binaries/
RUN /binaries/install_ddtrace.sh

ENV DD_TRACE_HEADER_TAGS='user-agent:http.request.headers.user-agent'
ENV _DD_APPSEC_DEDUPLICATION_ENABLED=false

# docker startup
RUN echo '#!/bin/bash \n\
Expand Down
1 change: 0 additions & 1 deletion utils/build/docker/python/python3.12.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN DJANGO_SUPERUSER_PASSWORD=abcd python3 manage.py createsuperuser --noinput -

ENV DD_TRACE_HEADER_TAGS='user-agent:http.request.headers.user-agent'
ENV DD_REMOTECONFIG_POLL_SECONDS=1
ENV _DD_APPSEC_DEDUPLICATION_ENABLED=false


# docker startup
Expand Down
1 change: 0 additions & 1 deletion utils/build/docker/python/uds-flask.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ COPY utils/build/docker/python/iast.py /app/iast.py
ENV DD_TRACE_HEADER_TAGS='user-agent:http.request.headers.user-agent'
ENV DD_REMOTECONFIG_POLL_SECONDS=1
ENV DD_DATA_STREAMS_ENABLED=True
ENV _DD_APPSEC_DEDUPLICATION_ENABLED=false

# docker startup
# FIXME: Ensure gevent patching occurs before ddtrace
Expand Down
1 change: 0 additions & 1 deletion utils/build/docker/python/uwsgi-poc.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ENV FLASK_APP=app.py
ENV DD_TRACE_HEADER_TAGS='user-agent:http.request.headers.user-agent'
ENV DD_REMOTECONFIG_POLL_SECONDS=1
ENV DD_DATA_STREAMS_ENABLED=True
ENV _DD_APPSEC_DEDUPLICATION_ENABLED=false

# docker startup
# note, only thread mode is supported
Expand Down

0 comments on commit cef509b

Please sign in to comment.