Last active
July 15, 2017 02:37
-
-
Save dwallraff/d505818c1085871f0819d92567e324bf to your computer and use it in GitHub Desktop.
Get a uaac token from opsman
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
#!/bin/bash | |
OPSMAN=10.0.0.1 | |
uaac target https://${OPSMAN}/uaa/ | |
uaac token owner get | |
# Client ID: opsman | |
# Client Secret: [Press Enter] | |
# Username: <Ops Manager User name> | |
# Password: <Ops Manager Password> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment