IBM Cloud Pak foundational services FIPS configuration
IBM Cloud Pak foundational services version 3.6.3 onwards, you can enable Federal Information Processing Standard (FIPS) compliance for the Identity provider, management ingress, and nginx ingress services.
Add the following configuration in the CommonService
custom resource. For more information about how to edit the custom resource, see Configuring IBM Cloud Pak foundational services by using the CommonService custom resource.
Identity provider (ibm-iam-operator)
Identity provider (ibm-iam-operator)
- name: ibm-iam-operator
spec:
authentication:
config:
fipsEnabled: true
Management ingress (ibm-management-ingress-operator)
- name: ibm-management-ingress-operator
spec:
managementIngress:
fipsEnabled: true
Nginx ingress (ibm-ingress-nginx-operator)
- name: ibm-ingress-nginx-operator
spec:
nginxIngress:
fips_enabled: true