update fips reference doc

This commit is contained in:
Ryan Richard
2024-11-27 13:53:00 -06:00
committed by Joshua Casey
parent dd42f35db0
commit d020de4b3d
+3 -4
View File
@@ -13,15 +13,14 @@ By default, the Pinniped supervisor and concierge use ciphers that
are not supported by FIPS 140-2. If you are deploying Pinniped in an
environment with FIPS compliance requirements, you will have to build
the binaries yourself using the `fips_strict` build tag and Golang's
`go-boringcrypto` fork.
`GOEXPERIMENT=boringcrypto` compiler option.
The Pinniped team provides an [example Dockerfile](https://github.com/vmware-tanzu/pinniped/blob/main/hack/Dockerfile_fips)
demonstrating how you can build Pinniped images in a FIPS compatible way.
However, we do not provide official support for FIPS configuration, and we may not
respond to GitHub issues opened related to FIPS support.
However, we do not provide official support for FIPS configuration.
We provide this for informational purposes only.
To build Pinniped use our example fips Dockerfile, you can run:
To build Pinniped use our example FIPS Dockerfile, you can run:
```bash
$ git clone git@github.com:vmware-tanzu/pinniped.git
$ cd pinniped