FIPS 140-3 Mode
How to run MariaDB Enterprise Operator in FIPS 140-3 mode.
Activating FIPS Mode
extraEnv:
- name: GODEBUG
value: "fips140=on"helm install mariadb-enterprise-operator mariadb-enterprise-operator/mariadb-enterprise-operator \
-f values.yamlOpenShift
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: mariadb-enterprise-operator
namespace: openshift-operators
spec:
# [...]
config:
env:
- name: GODEBUG
value: fips140=on
# [...]Verifying FIPS Mode
Operator Logs
Binary Build Settings
Implications of FIPS Mode
Go Cryptography (Operator & Exporters)
TLS Communication
OpenSSL Configuration (Operand Containers)
Database Authentication
Limitations
AWS S3 SSE-C Encryption
NIST CMVP Certificates
Cryptographic Module
Description
CMVP Reference
Further Reading
Last updated
Was this helpful?

