Skip to content

Commit

Permalink
Create a UAA client for deploying the Cloud Service Broker
Browse files Browse the repository at this point in the history
The CSB is deployed using Concourse & Terraform in the repo:
https://github.com/cloud-gov/csb
  • Loading branch information
jameshochadel committed Dec 17, 2024
1 parent ed78dcc commit 7f05579
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bosh/opsfiles/clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f05579

Please sign in to comment.