Skip to content

Commit 30cba27

Browse files
authored
add opensearch-ci-cf-read-only UAA client and secret (#964)
1 parent 2ba54f0 commit 30cba27

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bosh/opsfiles/clients.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,21 @@
155155
name: opensearch-dashboards-proxy-ci-secret
156156
type: password
157157

158+
- type: replace
159+
path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/opensearch-ci-cf-read-only?
160+
value:
161+
override: true
162+
authorized-grant-types: client_credentials
163+
scope: cloud_controller.read,openid,scim.read
164+
authorities: scim.read
165+
secret: ((opensearch-ci-cf-read-only-secret))
166+
167+
- type: replace
168+
path: /variables/-
169+
value:
170+
name: opensearch-ci-cf-read-only-secret
171+
type: password
172+
158173
- type: replace
159174
path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/opensearch_dashboards_proxy?
160175
value:

0 commit comments

Comments
 (0)