diff --git a/bosh/opsfiles/development-clients.yml b/bosh/opsfiles/development-clients.yml new file mode 100644 index 00000000..918084f7 --- /dev/null +++ b/bosh/opsfiles/development-clients.yml @@ -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 \ No newline at end of file diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 67a613ca..8329bd9c 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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