Skip to content

Instantly share code, notes, and snippets.

@mrdavidlaing
Created June 11, 2015 09:19
Show Gist options
  • Save mrdavidlaing/9d8d934372cba968169a to your computer and use it in GitHub Desktop.
Save mrdavidlaing/9d8d934372cba968169a to your computer and use it in GitHub Desktop.
ELK-for-PCF UAA client
--- /dev/null
+++ b/templates/logsearch_for_cloudfoundry.yml
@@ -0,0 +1,17 @@
+properties:
+ uaa:
+ clients:
+ elk-for-pcf:
+ authorities: uaa.none
+ authorized-grant-types: authorization_code,refresh_token
+ override: true
+ redirect-uri: http://logs.apps.54.183.203.97.xip.io
+ scope: openid,oauth.approvals,scim.userids,cloud_controller.read
+ secret: c1oudc0w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment