Commit 7ab81ce4 authored by Yann Garcia's avatar Yann Garcia
Browse files

Use ETSI Labs instead of ETSI forge

parent cdbd3eba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ def verify_gitlab_oauth(client_id: str, client_secret: str, gitlab_url: str = No
        return False, "GitLab Client ID or Client Secret is empty"

    if not gitlab_url:
        gitlab_url = os.environ.get("GITLAB_URL", "https://forge.etsi.org/rep")
        gitlab_url = os.environ.get("GITLAB_URL", "https://labs.etsi.org/rep")

    url = f"{gitlab_url.rstrip('/')}/oauth/token"
    payload = {