負載平衡器的 FIPS 符合性具有全域設定。依預設,此設定會關閉以提升效能。
變更負載平衡器 FIPS 符合性的全域組態會影響新的負載平衡器執行個體,但不會影響任何現有負載平衡器執行個體。
如果負載平衡器 FIPS 的全域設定 (lb_fips_enabled) 設定為 true,新的執行個體負載平衡器會使用符合 FIPS 140-2 的模組。現有負載平衡器執行個體可能會使用不符合的模組。
若要讓變更在現有負載平衡器上生效,您必須從第 1 層閘道中斷連結,然後重新連結負載平衡器。
您可以使用
GET /policy/api/v1/compliance/status 檢查負載平衡器的全域 FIPS 符合性狀態。
... { "non_compliance_code": 72024, "description": "Load balancer FIPS global setting is disabled.", "reported_by": { "target_id": "971ca477-df1a-4108-8187-7918c2f8c3ba", "target_display_name": "971ca477-df1a-4108-8187-7918c2f8c3ba", "target_type": "FipsGlobalConfig", "is_valid": true }, "affected_resources": [ { "path": "/infra/lb-services/LB_Service", "target_id": "/infra/lb-services/LB_Service", "target_display_name": "LB_1", "target_type": "LBService", "is_valid": true } ] }, ...
備註: 符合性報告會顯示負載平衡器 FIPS 符合性的全域設定。任何指定的負載平衡器執行個體都可以有不同於全域設定的 FIPS 符合性狀態。