Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 578 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 578 Bytes

Opensearch logs deployment

This repo contains the pipeline and BOSH manifests for deploying cloud.gov Opensearch implementation.

UAA Setup

To set up the UAA client, add the following to the CF secrets:

properties:
  uaa:
    clients:
      opensearch_dashboards_oauth2_client:
        secret: CHANGEME
        scope: scim.userids,cloud_controller.read,openid,oauth.approvals
        authorized-grant-types: refresh_token,authorization_code
        redirect-uri: https://CHANGEME/login
        autoapprove: true