Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created August 15, 2014 19:14
Show Gist options
  • Save whitmo/d7fbbad594aeb0fe188b to your computer and use it in GitHub Desktop.
Save whitmo/d7fbbad594aeb0fe188b to your computer and use it in GitHub Desktop.
excerpt from cf-manifest.yml
---
servicesmgmt:
authorities: uaa.resource,oauth.service,clients.read,clients.write,clients.secret
authorized-grant-types: authorization_code,client_credentials,password,implicit
autoapprove: true
override: true
redirect-uri: http://servicesmgmt.10.244.0.34.xip.io/auth/cloudfoundry/callback
scope: openid,cloud_controller.read,cloud_controller.write
secret: servicesmgmt-secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment