Loading charts/platform-core/meep-webhook/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ sidecar: image: repository: meep-docker-registry:30001/meep-tc-sidecar tag: latest pullPolicy: Always pullPolicy: IfNotPresent dependency: kube-dns webhook: Loading deploy/pyinfra/lib/scripts/verify_oauth.py +1 −1 Original line number Diff line number Diff line Loading @@ -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://labs.etsi.org/rep") gitlab_url = os.environ.get("GITLAB_URL", "https://forge.etsi.org/rep") url = f"{gitlab_url.rstrip('/')}/oauth/token" payload = { Loading Loading
charts/platform-core/meep-webhook/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ sidecar: image: repository: meep-docker-registry:30001/meep-tc-sidecar tag: latest pullPolicy: Always pullPolicy: IfNotPresent dependency: kube-dns webhook: Loading
deploy/pyinfra/lib/scripts/verify_oauth.py +1 −1 Original line number Diff line number Diff line Loading @@ -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://labs.etsi.org/rep") gitlab_url = os.environ.get("GITLAB_URL", "https://forge.etsi.org/rep") url = f"{gitlab_url.rstrip('/')}/oauth/token" payload = { Loading