Created
June 11, 2015 09:19
-
-
Save mrdavidlaing/9d8d934372cba968169a to your computer and use it in GitHub Desktop.
ELK-for-PCF UAA client
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /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