Skip to content

Commit

Permalink
Add Windows FIPS workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirov-dd committed Jan 31, 2025
1 parent f03eb1c commit 286c205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fips/compose/compose-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ services:
environment:
- DD_API_KEY=$DD_API_KEY
- DD_SITE=datad0g.com
# TODO remove: GOFIPS is not set on the Windows FIPS image
# Set it to 1 for the tests to pass
- GOFIPS=1
volumes:
- \\.\pipe\docker_engine:\\.\pipe\docker_engine
- "./agent/conf.d:C:/ProgramData/Datadog/conf.d"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/fips/tests/test_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ def test_connections():
parsed_json = parse_json(result.stdout)
expected_json = FIPS_AGENT if AGENT_FIPS_MODE else REGULAR_AGENT

from conftest import debug
debug()

assert parsed_json == expected_json

0 comments on commit 286c205

Please sign in to comment.