Skip to content

Commit

Permalink
addition of client for opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheMain committed May 9, 2024
1 parent 8caafb5 commit 3681649
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion bosh/opsfiles/clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,20 @@
value:
name: autoscaler_client_secret
type: password


- type: replace
path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/opensearch_client_id?
value:
authorized-grant-types: client_credentials
authorities: cloud_controller.read,cloud_controller.global_auditor,uaa.resource
secret: "((opensearch_client_secret))"

- type: replace
path: /variables/-
value:
name: opensearch_client_secret
type: password

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

0 comments on commit 3681649

Please sign in to comment.