Commit b20b831f authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Replace ETSI Forge by ETSI Labs for authentication

parent e64ed422
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -87,13 +87,13 @@ repo:
        # enable GitLab OAuth
        enabled: true
        # authorization url
        auth-url: https://forge.etsi.org/rep/oauth/authorize
        auth-url: https://labs.etsi.org/rep/oauth/authorize
        # access token url
        token-url: https://forge.etsi.org/rep/oauth/token
        token-url: https://labs.etsi.org/rep/oauth/token
        # OAuth redirect URI
        redirect-uri: https://try-mec.etsi.org/platform-ctrl/v1/authorize
        # GitLab api url
        api-url: https://forge.etsi.org/rep/api/v4
        api-url: https://labs.etsi.org/rep/api/v4
        # OAuth k8s secret (data: client-id, secret)
        secret: meep-oauth-gitlab