Partners /
GitLab
GitLab
+ ngrok
Integrate your CI/CD tools with GitLab webhooks and secure access with GitLab Authentication and ngrok without changing code or poking your firewall.
Type of Integration
Webhooks
Integrations
Webhooks
Develop and test GitLab webhooks from localhost
1
2
3
Listen to GitLab webhooks with a public and secure URL
Inspect webhook traffic
Modify and replay GitLab requests
ngrok http 8080 --verify-webhook=gitlab --verify-webhook-secret=mySecret
Identity Provider
Use GitLab login to secure remote and localhost apps
1
2
3
Control access to remote apps with GitLab
Use Sign in with GitLab and OAuth scopes
Restrict access to authorized users and organizations
ngrok http 8080 --oauth=gitlab --oauth-allow-domain=mycorp.com