Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] GitLab installation OAuth expiration #580

Open
tobigremmer-dt opened this issue Jan 3, 2024 · 0 comments
Open

[BUG] GitLab installation OAuth expiration #580

tobigremmer-dt opened this issue Jan 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tobigremmer-dt
Copy link
Contributor

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.

@tobigremmer-dt tobigremmer-dt added the bug Something isn't working label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant