github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/ci/infrastructure/operations/add-uaa-client-cf-custom.yml (about) 1 --- 2 - type: replace 3 path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/cf-custom? 4 value: 5 access-token-validity: 120 6 authorities: uaa.none 7 authorized-grant-types: password,refresh_token 8 override: true 9 refresh-token-validity: 2592000 10 scope: network.admin,network.write,cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,scim.read,scim.write,doppler.firehose,uaa.user,routing.router_groups.read,routing.router_groups.write,cloud_controller.admin_read_only,cloud_controller.global_auditor,perm.admin,clients.read 11 secret: ((custom-client-secret)) 12 13 - type: replace 14 path: /variables?/- 15 value: 16 name: custom-client-secret 17 type: password