Skip to content

Instantly share code, notes, and snippets.

@ceesco53
Created October 17, 2019 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceesco53/28c060e68824d0275e57095f783b722e to your computer and use it in GitHub Desktop.
Save ceesco53/28c060e68824d0275e57095f783b722e to your computer and use it in GitHub Desktop.
cf.json
{
"client_id": "sso-temp-cf-client",
"client_secret": "'${CF_CLI_CLIENT_SECRET}'",
"authorized_grant_types": ["client_credentials"],
"authorities": ["cloud_controller.admin"],
"access_token_validity": 1209600,
"refresh_token_validity": 1209600
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment