fips-only kubecertagent
Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
parent
77737039af
commit
643851291a
8
cmd/pinniped-concierge-kube-cert-agent/fips_strict.go
Normal file
8
cmd/pinniped-concierge-kube-cert-agent/fips_strict.go
Normal file
@ -0,0 +1,8 @@
|
||||
//go:build fips_strict
|
||||
// +build fips_strict
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "crypto/tls/fipsonly" // restricts all TLS configuration to FIPS-approved settings.
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user