From 7f05579c2d5a92ed0a19ac7c05e12aad9d7c8662 Mon Sep 17 00:00:00 2001 From: James Hochadel Date: Tue, 17 Dec 2024 13:10:34 -0500 Subject: [PATCH] Create a UAA client for deploying the Cloud Service Broker The CSB is deployed using Concourse & Terraform in the repo: https://github.com/cloud-gov/csb --- bosh/opsfiles/clients.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bosh/opsfiles/clients.yml b/bosh/opsfiles/clients.yml index d79c4e57..4f324bdf 100644 --- a/bosh/opsfiles/clients.yml +++ b/bosh/opsfiles/clients.yml @@ -110,6 +110,20 @@ authorities: cloud_controller.admin,network.admin,routing.router_groups.read secret: ((terraform-client-secret)) +- type: replace + path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/deploy-csb? + value: + override: true + authorized-grant-types: client_credentials + authorities: cloud_controller.admin + secret: ((deploy-csb-client-secret)) + +- type: replace + path: /variables/- + value: + name: deploy-csb-client-secret + type: password + - type: replace path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/uaa-credentials-broker? value: