Skip to content

Commit

Permalink
Merge pull request #777 from cloud-gov/opensearch-secret
Browse files Browse the repository at this point in the history
adding in opensearch firehose
  • Loading branch information
JasonTheMain authored Oct 11, 2023
2 parents 162239a + aec938e commit 8d6fc81
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bosh/opsfiles/development-clients.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
- type: replace
path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/logsearchv2_firehose_ingestor?
value:
override: true
access-token-validity: 172800
authorized-grant-types: client_credentials
authorities: doppler.firehose,cloud_controller.global_auditor
secret: ((logsearchv2-firehose-ingestor-client-secret))

- type: replace
path: /variables/-
value:
name: logsearchv2-firehose-ingestor-client-secret
type: password

- type: replace
path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/opensearch_firehose_ingestor?
value:
override: true
access-token-validity: 172800
authorized-grant-types: client_credentials
authorities: doppler.firehose,cloud_controller.global_auditor
secret: ((opensearch-firehose-ingestor-client-secret))

- type: replace
path: /variables/-
value:
name: opensearch-firehose-ingestor-client-secret
type: password
1 change: 1 addition & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- cf-deployment/operations/enable-service-discovery.yml
- cf-manifests/bosh/opsfiles/remove-routing-components-for-transition.yml
- cf-manifests/bosh/opsfiles/clients.yml
- cf-manifests/bosh/opsfiles/development-clients.yml
- cf-manifests/bosh/opsfiles/pages-clients-dev.yml
- cf-manifests/bosh/opsfiles/users.yml
- cf-manifests/bosh/opsfiles/secureproxy.yml
Expand Down

0 comments on commit 8d6fc81

Please sign in to comment.