Skip to content

Instantly share code, notes, and snippets.

@boina-n
Created August 16, 2017 09:31
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 boina-n/b7452413cbaac82d404d18788a3e73d8 to your computer and use it in GitHub Desktop.
Save boina-n/b7452413cbaac82d404d18788a3e73d8 to your computer and use it in GitHub Desktop.
Create the concourse-ci uaa users
uaac target
uaac token client get admin
uaac user add concourse-ci -p $Password--emails nboina@example.com
uaac member add cloud_controller.admin concourse-ci
uaac member add scim.read concourse-ci
uaac member add scim.write concourse-ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment