From bcab7f6a17dd0daba9fb76c4069d6b1d7ba0966c Mon Sep 17 00:00:00 2001 From: Mark Boyd Date: Tue, 24 Sep 2024 15:37:56 -0400 Subject: [PATCH] add client for opensearch proxy CI for requests to UAA --- bosh/opsfiles/clients.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bosh/opsfiles/clients.yml b/bosh/opsfiles/clients.yml index 35a25716..66806aae 100644 --- a/bosh/opsfiles/clients.yml +++ b/bosh/opsfiles/clients.yml @@ -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: