-
Notifications
You must be signed in to change notification settings - Fork 309
/
Copy pathdisable-cf-credhub.yml
36 lines (32 loc) · 1.16 KB
/
disable-cf-credhub.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Instance Group
- type: remove
path: /instance_groups/name=credhub
# Release
- type: remove
path: /releases/name=credhub
# UAA clients
- type: remove
path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/cc_service_key_client?
- type: remove
path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/credhub_admin_client
- type: replace
path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/uaa/clients/cc_service_key_client/secret
value: x
# Properties
- type: remove
path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/credhub_api
- type: remove
path: /instance_groups/name=diego-cell/jobs/name=cflinuxfs4-rootfs-setup/properties/cflinuxfs4-rootfs/trusted_certs/1
- type: remove
path: /instance_groups/name=diego-cell/jobs/name=rep/properties/containers/trusted_ca_certificates/1
# Vars
- type: remove
path: /variables/name=credhub_encryption_password
- type: remove
path: /variables/name=credhub_admin_client_secret
- type: remove
path: /variables/name=credhub_ca
- type: remove
path: /variables/name=credhub_tls
- type: remove
path: /variables/name=uaa_clients_cc_service_key_client_secret