Hi All,
I logon failed when using Drone:1.0.0.rc-5 with Gitlab 11.8.2
Docker-compose config works on Drone:1.0.0.rc-5 with Gitlab 9.4.4
Here are some information:
Drone page:
Login Failed. <small>invalid_grant: The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.</small>
Gitlab log:
Processing by Oauth::AuthorizationsController#new as HTML
Parameters: {"client_id"=>"7b187055e25cdf442a1b37a2e9152950820bc4a8949c0e187c8bc8b533a79547", "redirect_uri"=>"http://10.20.8.78:8000/login", "response_type"=>"code", "state"=>"365a858149c6e2d1"}
Completed 200 OK in 41ms (Views: 26.7ms | ActiveRecord: 6.2ms)
Started GET "/oauth/undefined" for 127.0.0.1 at 2019-03-25 12:53:24 +0800
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"oauth/undefined"}
Completed 404 Not Found in 17ms (Views: 2.4ms | ActiveRecord: 3.1ms)
Started POST "/oauth/authorize" for 127.0.0.1 at 2019-03-25 12:53:26 +0800
Processing by Oauth::AuthorizationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "client_id"=>"7b187055e25cdf442a1b37a2e9152950820bc4a8949c0e187c8bc8b533a79547", "redirect_uri"=>"http://10.20.8.78:8000/login", "state"=>"365a858149c6e2d1", "response_type"=>"code", "scope"=>"api", "nonce"=>""}
Redirected to http://10.20.8.78:8000/login?code=16a6b023ca011743d44d974cb08f287dabd23a3e54a938f73260ab72c9df2cce&state=365a858149c6e2d1
Completed 302 Found in 35ms (ActiveRecord: 23.7ms)
Started POST "/oauth/token" for 127.0.0.1 at 2019-03-25 12:53:26 +0800
Processing by Doorkeeper::TokensController#create as JSON
Parameters: {"client_id"=>"7b187055e25cdf442a1b37a2e9152950820bc4a8949c0e187c8bc8b533a79547", "client_secret"=>"[FILTERED]", "code"=>"[FILTERED]", "grant_type"=>"authorization_code", "redirect_uri"=>"http://10.20.8.78:8000/login", "state"=>"365a858149c6e2d1"}
Completed 401 Unauthorized in 5ms