You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running consecutive GitLab installations, the role starts failing after a couple of minutes:
fatal: [localhost]: FAILED! => {"cache_control": "no-store", "changed": false, "connection": "close", "content_length": "213", "content_type": "application/json; charset=utf-8", "date": "Wed, 03 Jan 2024 09:09:24 GMT", "elapsed": 0, "json": {"error": "invalid_grant", "error_description": "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."}, "msg": "Status code was 400 and not [200, 201]: HTTP Error 400: Bad Request", "redirected": false, "referrer_policy": "strict-origin-when-cross-origin", "status": 400, "url": "http://10.152.183.29:8181/oauth/token", "vary": "Origin", "www_authenticate": "Bearer realm=\"Doorkeeper\", error=\"invalid_grant\", error_description=\"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.\"", "x_content_type_options": "nosniff", "x_download_options": "noopen", "x_frame_options": "SAMEORIGIN", "x_gitlab_meta": "{\"correlation_id\":\"01HK79BAZ6HAFPGVV13T1DE3M6\",\"version\":\"1\"}", "x_permitted_cross_domain_policies": "none", "x_request_id": "01HK79BAZ6HAFPGVV13T1DE3M6", "x_runtime": "0.132325", "x_xss_protection": "0"}
This might be related to an expired OAuth token.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running consecutive GitLab installations, the role starts failing after a couple of minutes:
This might be related to an expired OAuth token.
The text was updated successfully, but these errors were encountered: