Dru Goradia
Dru Goradia
@angelxmoreno I don't think it's resolved. `auth:login-success` still not firing in 0.0.29 and devise_token_auth 0.1.37.
@SasiMallow I've also found that the readme examples with then/catch don't work, I think it's because `ng-submit="submitRegistration(registrationForm)"` doesn't use your controller and instead goes straight to ng-token-auth. I do something...
I got this on the latest version v0.9.29 but it works for me on v0.9.27. I had to clone the repo, checkout v0.9.27 and then build it locally for it...
I hit that same issue today as well. @HyperBrain are you working on this? Not sure where to start on PR myself but if you point me I can give...
Yes I can connect to the cluster with kubectl fine. The curl command did actually connect to the cluster and return the data and I think it's the same endpoint...
@derailed it's been intermittent for me and hasn't happened in the last few days so I have been unable to capture the logs yet. As soon as it happens again...
@estolfo the metadata field is `http.request.env.RAW_POST_DATA` I added RAW_POST_DATA to the sanitize_field_names list which filters it out for now but having the body there (without sensitive) data is helpful for...