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
As described in the solution design we will use BoringCrypto to make the project FIPS-compliant.
This will be done by performing the following steps:
Replace the base image from golang to the corresponding goboring/golang . For example, golang:1.12 should turn into goboring/golang:1.12.17b4
Enable cgo by setting CGO_ENABLED=1 in the env
Verify that the authenticator binary uses the BoringCrypto libraries by running go tool nm authenticator and verifying that it has symbols named Cfunc__goboringcrypto
DoD:
conjur-authn-k8s-client is FIPS-compliant
The text was updated successfully, but these errors were encountered:
As described in the solution design we will use BoringCrypto to make the project FIPS-compliant.
This will be done by performing the following steps:
DoD:
conjur-authn-k8s-client
is FIPS-compliantThe text was updated successfully, but these errors were encountered: