fangli / kibana-authentication-proxy

Hosts the latest kibana3 and elasticsearch behind Google OAuth2, Basic Authentication or CAS Authentication
MIT License
223 stars 66 forks source link

Kibana UI doesn't fully load #35

Open wjimenez5271 opened 9 years ago

wjimenez5271 commented 9 years ago

After authenticating with google auth, I'm redirected to the kibana screen which doesn't fully load. The log mentions:

Server starting...
Info: HTTP Basic Authentication applied
Warning: No Google OAuth2 presented
Warning: No CAS authentication presented
Server listening on 9201

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: write after end
    at writeAfterEnd (_stream_writable.js:133:12)
    at Gzip.Writable.write (_stream_writable.js:181:5)
    at ServerResponse.res.write (/opt/elk/kibana-authentication-proxy/node_modules/express/node_modules/connect/node_modules/compression/index.js:93:18)
    at ServerResponse.res.end (/opt/elk/kibana-authentication-proxy/node_modules/express/node_modules/connect/node_modules/express-session/index.js:252:21)
    at Gzip.<anonymous> (/opt/elk/kibana-authentication-proxy/node_modules/express/node_modules/connect/node_modules/compression/index.js:208:13)
    at Gzip.EventEmitter.emit (events.js:117:20)
    at _stream_readable.js:919:16
    at process._tickCallback (node.js:419:13)
AnonymMan commented 9 years ago

I had met the same problems, Server starting... Info: HTTP Basic Authentication applied Warning: No Google OAuth2 presented Warning: No CAS authentication presented Server listening on 9201

events.js:72 throw er; // Unhandled 'error' event ^ Error: write after end at writeAfterEnd (_stream_writable.js:133:12) at Gzip.Writable.write (_stream_writable.js:181:5) at ServerResponse.res.write (/data/OTA/logstash/kibana-authentication-proxy/node_modules/express/node_modules/connect/node_modules/compression/index.js:93:18) at ServerResponse.res.end (/data/OTA/logstash/kibana-authentication-proxy/node_modules/express/node_modules/connect/node_modules/express-session/index.js:252:21) at Gzip. (/data/OTA/logstash/kibana-authentication-proxy/node_modules/express/node_modules/connect/node_modules/compression/index.js:208:13) at Gzip.emit (events.js:117:20) at _stream_readable.js:929:16 at process._tickCallback (node.js:419:13)

yang66 commented 9 years ago

please see pull request #31