From 156b60263e766cbdcf27930c3632791c8ab7ef82 Mon Sep 17 00:00:00 2001 From: Mark Boyd Date: Mon, 4 Nov 2024 15:33:16 -0500 Subject: [PATCH] add client_credentials authorized grant type for opensearch dashboards proxy UAA client (#927) --- 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 6255ca4d..243fda69 100644 --- a/bosh/opsfiles/clients.yml +++ b/bosh/opsfiles/clients.yml @@ -146,7 +146,7 @@ value: override: true scope: cloud_controller.read,openid,scim.read - authorized-grant-types: refresh_token,authorization_code + authorized-grant-types: refresh_token,authorization_code,client_credentials authorities: scim.read redirect-uri: ((opensearch_dashboards_proxy_redirect_uri)) secret: ((opensearch-dashboards-proxy-secret))