Skip to content

Commit

Permalink
Merge pull request #847 from cloud-gov/opensearch_clients
Browse files Browse the repository at this point in the history
addition of client for opensearch
  • Loading branch information
JasonTheMain authored May 9, 2024
2 parents 8caafb5 + 3681649 commit ed37fb6
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 ed37fb6

Please sign in to comment.