Skip to content

Commit

Permalink
add client for opensearch proxy CI for requests to UAA (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd authored Sep 24, 2024
1 parent 3022fd4 commit 33e1988
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 @@ -127,6 +127,20 @@
authorities: cloud_controller.global_auditor
secret: ((buildpack-notifier-client-secret))

- type: replace
path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/opensearch-dashboards-proxy-ci?
value:
override: true
authorized-grant-types: client_credentials
authorities: scim.write,uaa.admin
secret: ((opensearch-dashboards-proxy-ci-secret))

- type: replace
path: /variables/-
value:
name: opensearch-dashboards-proxy-ci-secret
type: password

- type: replace
path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/kibana_oauth2_client?
value:
Expand Down

0 comments on commit 33e1988

Please sign in to comment.