ryandotsmith / log-shuttle

New Repository: https://github.com/heroku/log-shuttle
https://github.com/heroku/log-shuttle
22 stars 6 forks source link

Logplex v55 compatibility #13

Closed archaelus closed 11 years ago

archaelus commented 12 years ago

So logplex v55 changes the token based auth mechanism in the API slightly. You now need to send "token" as the username in the basic auth string.

This allows logplex to use other usernames for other credentials.

This change is forwards compatible (i.e. token:YourToken is compatible with both v54 logplex and v55).

ryandotsmith commented 11 years ago

@archaelus did you fix this issue in your prior PR?

archaelus commented 11 years ago

Yep.