Apache log:
<ip> - - [26/May/2016:05:38:21 +0000] "GET /api/v3/oauth/gitlab/login HTTP/1.1" 302 381 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0"
<ip> - - [26/May/2016:05:38:22 +0000] "GET /signup/gitlab/complete?code=****************************************************************&state=**********************************************************************************************************************%3D%3D HTTP/1.1" 307 241 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0"
<ip> - - [26/May/2016:05:38:23 +0000] "GET /error?title=Mattermost+needs+your+help%3A&message=An+existing+user+is+already+attached+to+your+gitlab+account&details=email%3Dcaleb%40alerque.com&link=%2F&linkmessage=Go+back+to+Mattermost HTTP/1.1" 304 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0"
Mattermost log:
[2016/05/26 05:38:22 UTC] [EROR] /signup/gitlab/complete:CreateOAuthUser code=500 rid=************************** uid= ip=<ip> An existing user is already attached to your gitlab acc
ount [details: email=caleb@alerque.com]
[2016/05/26 05:38:52 UTC] [EROR] /**************************:incomingWebhook code=500 rid=************************** uid= ip=<ip> No text specified [details: ]
[2016/05/26 05:38:52 UTC] [EROR] /error: code=404 ip=<ip>
[2016/05/26 05:38:52 UTC] [EROR] /error: code=404 ip=<ip>
[2016/05/26 05:38:52 UTC] [EROR] /error: code=404 ip=<ip>
[2016/05/26 05:38:52 UTC] [EROR] /error: code=404 ip=<ip>
This 404 message in happening after every request and is likely not related to the login issue.
I redacted the IP (which is the server’s real IP in all instances) and various tokens (none of which were the same as each other) mostly because I wasn’t sure if any of them were sensitive.
Anything else?