Skip to content

Instantly share code, notes, and snippets.

@tanzeeb
Created October 24, 2014 02:28
Show Gist options
  • Save tanzeeb/230b6487b5d47c239941 to your computer and use it in GitHub Desktop.
Save tanzeeb/230b6487b5d47c239941 to your computer and use it in GitHub Desktop.
Export UAA Access Token as HTTP Authorization Header
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