Closed MatthiasWinzeler closed 7 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/146780841
The labels on this github issue will be updated when the story is started.
https://github.com/cloudfoundry/docs-loggregator/issues/30
I would try this:
properties:
...
uaa:
...
clients:
...
example-nozzle:
access-token-validity: 1209600
authorized-grant-types: client_credentials
override: true
secret: example-nozzle
authorities: oauth.login,doppler.firehose
Closing as it looks like document was updated to what Filip recommended.
UAA release v36 introduced oauth client validation that checks the following (among other criteria):
This breaks the default firehose client from the manual since it has
authorization_code
but noredirect-uri
:What's the correct way of fixing these kinds of clients (we do have some for our nozzles)?
btw, the doc source is maintained here: https://github.com/cloudfoundry/docs-loggregator/blob/master/nozzle-tutorial.html.md.erb