You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the APM Server test suite (unit and systemtests) with go.1.24.0 with GODEBUG=fips140=only for the fips specific tests and any fips agnostic tests.
This should be part of the regular CI workflow on PRs and pushes to release branches.
The text was updated successfully, but these errors were encountered:
Right now only the unit tests are run with FIPS enabled, but no integration or system tests. The test coverage should also include testing for incoming and outgoing connections from agents and to ES to be compliant.
Run the APM Server test suite (unit and systemtests) with
go.1.24.0
withGODEBUG=fips140=only
for the fips specific tests and any fips agnostic tests.This should be part of the regular CI workflow on PRs and pushes to release branches.
The text was updated successfully, but these errors were encountered: