Created
October 24, 2014 02:28
-
-
Save tanzeeb/230b6487b5d47c239941 to your computer and use it in GitHub Desktop.
Export UAA Access Token as HTTP Authorization Header
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
export AUTH=`uaac contexts | grep access_token | sed "s/[ \t]*access_token:/Bearer/"` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment