Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1005 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 1005 Bytes

18F cloud.gov ELK deployment

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

Admin Setup

For admins to access all logs, membership in the System Organization is required.

UAA Setup

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

properties:
  uaa:
    clients:
      kibana_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
      logsearch_firehose_ingestor:
        secret: CHANGEME
        authorized-grant-types: client_credentials
        authorities: doppler.firehose,cloud_controller.admin
        override: true