Skip to content

Commit 5580262

Browse files
authored
Merge pull request #1158 from cloudfoundry/fips-compliance-experimental-ops-file
Add experimental ops file for FIPS compliance
2 parents 90c42de + 5ebaf0d commit 5580262

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

operations/experimental/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ This is the README for Experimental Ops-files. To learn more about `cf-deploymen
4646
| [`use-native-garden-runc-runner.yml`](use-native-garden-runc-runner.yml) | Configure Garden to **not** create containers via containerd, using the native runner instead. | | **NO** |
4747
| [`use-mysql-version-8.0.yml`](use-mysql-version-8.0.yml) | Deploys or upgrades Percona 8.0 as the internal database. | ***Deprecated as we now use MySQL version 8.0 by default.*** | **NO** |
4848
| [`use-trusted-ca-cert-for-apps-cflinuxfs4.yml`](use-trusted-ca-cert-for-apps-cflinuxfs4.yml) | Same as [`use-trusted-ca-cert-for-apps.yml`](../use-trusted-ca-cert-for-apps.yml), but for cflinuxfs4 stack | ***Deprecated as we integrate cflinuxfs4 directly into cf-deployment.yml*** | **NO** |
49+
| [`fips-compliance.yml`](fips-compliance.yml) | Adapt cf-deployment to use FIPS compliant configuration, i.e. disable unsupported hash algorithms like MD5 | | **NO** |
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
- type: replace
3+
path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/legacy_md5_buildpack_paths_enabled?
4+
value: false

0 commit comments

Comments
 (0)