We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uaa curl does not work with any host but the targeted UAA.
uaac curl https://not-uaa-host.example.com is handy with workflows where you use uaa to grab a bearer token and then issue curl requests that utilize that token. For example https://docs.pivotal.io/platform/healthwatch/1-8/api/free-chunks.html#get
uaac curl https://not-uaa-host.example.com
Here's a sample that doesn't work so well
$ uaa curl https://healthwatch-api.sys.example.com/v1/info -v GET /https:/healthwatch-api.sys.example.com/v1/info HTTP/1.1 Host: login.sys.example.com Authorization: Bearer abcd
The text was updated successfully, but these errors were encountered:
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/172775434
The labels on this github issue will be updated when the story is started.
Sorry, something went wrong.
No branches or pull requests
Uaa curl does not work with any host but the targeted UAA.
uaac curl https://not-uaa-host.example.com
is handy with workflows where you use uaa to grab a bearer token and then issue curl requests that utilize that token. For example https://docs.pivotal.io/platform/healthwatch/1-8/api/free-chunks.html#getHere's a sample that doesn't work so well
The text was updated successfully, but these errors were encountered: