Skip to content
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

Run ci with fips check #1691

Merged
merged 9 commits into from
Feb 28, 2025
Merged

Run ci with fips check #1691

merged 9 commits into from
Feb 28, 2025

Conversation

dmathieu
Copy link
Member

@dmathieu dmathieu commented Feb 27, 2025

This does 3 things for FIPs compliance:

  • Run the CI tests with the GODEBUG flag so the fips check is enabled.
    See https://go.dev/doc/security/fips140
  • Disable custom certificate and CA chain when the fips build flag is enabled
  • Prevent disabling certificate check when the fips build flag is enabled

@dmathieu dmathieu marked this pull request as ready for review February 27, 2025 14:08
@dmathieu dmathieu requested a review from a team as a code owner February 27, 2025 14:08
@dmathieu dmathieu requested a review from simitt February 27, 2025 14:10
rockdaboot
rockdaboot previously approved these changes Feb 28, 2025
Co-authored-by: Tim Rühsen <[email protected]>
This reverts commit e585f00.
Co-authored-by: Tim Rühsen <[email protected]>
"fmt"
"os"

"github.com/pkg/errors"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use stdlib errors ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather not do any behavior change in this PR. I'm happy to do that in another PR though.

@dmathieu dmathieu merged commit 45babbf into main Feb 28, 2025
12 checks passed
@dmathieu dmathieu deleted the ci-fips branch February 28, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants