Skip to content

Commit

Permalink
Merge pull request #938 from cloud-gov/csb-uaa-client
Browse files Browse the repository at this point in the history
Create a UAA client for deploying the Cloud Service Broker
  • Loading branch information
jameshochadel authored Dec 17, 2024
2 parents ed78dcc + 7f05579 commit 2bb02e6
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 2bb02e6

Please sign in to comment.