Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove fips-compliance ops file #1169

Merged
merged 2 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ci/pipelines/fips-stemcell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ jobs:
operations/addons/add-system-metrics-agent.yml
operations/use-postgres.yml
operations/experimental/enable-tls-cloud-controller-postgres.yml
operations/experimental/fips-compliance.yml
operations/use-latest-stemcell.yml
VARS_FILES: |
environments/test/snape/syslog-vars.yml
Expand Down
1 change: 0 additions & 1 deletion operations/experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ This is the README for Experimental Ops-files. To learn more about `cf-deploymen
| [`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** |
| [`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** |
| [`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** |
| [`fips-compliance.yml`](fips-compliance.yml) | Adapt cf-deployment to use FIPS compliant configuration, i.e. disable unsupported hash algorithms like MD5 | | **NO** |
4 changes: 0 additions & 4 deletions operations/experimental/fips-compliance.yml

This file was deleted.

1 change: 0 additions & 1 deletion units/tests/experimental_test/operations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ enable-tls-cloud-controller-postgres.yml:
- enable-tls-cloud-controller-postgres.yml
enable-traffic-to-internal-networks.yml: {}
fast-deploy-with-downtime-and-danger.yml: {}
fips-compliance.yml: {}
infrastructure-metrics.yml: {}
rootless-containers.yml: {}
set-cflinuxfs4-default-stack.yml:
Expand Down