From 2643935ebad2ed22d33653b12b707663f9d973d5 Mon Sep 17 00:00:00 2001 From: Mark Boyd Date: Tue, 24 Sep 2024 17:48:29 -0400 Subject: [PATCH] add password write to authorities for opensearcy proxy CI client --- bosh/opsfiles/clients.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bosh/opsfiles/clients.yml b/bosh/opsfiles/clients.yml index 66806aa..82462a2 100644 --- a/bosh/opsfiles/clients.yml +++ b/bosh/opsfiles/clients.yml @@ -132,7 +132,7 @@ value: override: true authorized-grant-types: client_credentials - authorities: scim.write,uaa.admin + authorities: scim.write,uaa.admin,password.write secret: ((opensearch-dashboards-proxy-ci-secret)) - type: replace