Created
August 16, 2017 09:31
-
-
Save boina-n/b7452413cbaac82d404d18788a3e73d8 to your computer and use it in GitHub Desktop.
Create the concourse-ci uaa users
This file contains hidden or 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
uaac target | |
uaac token client get admin | |
uaac user add concourse-ci -p $Password--emails [email protected] | |
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