Skip to content

Commit

Permalink
Remove redundant configuration for trusted_ca_certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
cweibel committed Jun 20, 2024
1 parent ffa8bbf commit b82c494
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions bosh/opsfiles/disable-secure-service-credentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,9 @@
- type: remove
path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/credhub_api

- type: replace
path: /instance_groups/name=diego-cell/jobs/name=rep/properties/containers/trusted_ca_certificates
value:
- ((application_ca.certificate))
- ((uaa_ca.certificate))

- type: remove
path: /variables/name=uaa_clients_cc_service_key_client_secret

####This shouldn't have ever been here?
####- type: replace
#### path: /instance_groups/name=diego-cell/jobs/name=cflinuxfs3-rootfs-setup/properties/cflinuxfs3-rootfs/trusted_certs
#### value:
#### - ((diego_instance_identity_ca.ca))
#### - ((uaa_ssl.ca))

- type: replace
path: /instance_groups/name=diego-cell/jobs/name=rep/properties/containers/trusted_ca_certificates
value:
Expand Down

0 comments on commit b82c494

Please sign in to comment.