- 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.
-
Webhooks
-
Identity Providers
Integrations
Webhooks
Develop and test GitLab webhooks from localhost
1

Listen to GitLab webhooks with a public and secure URL
2
Inspect webhook traffic
3
Modify and replay GitLab requests
ngrok http 8080 --verify-webhook=gitlab --verify-webhook-secret=mySecret
Identity Providers
Use GitLab login to secure remote and localhost apps
1

Control access to remote apps with GitLab
2

Use Sign in with GitLab and OAuth scopes
3
Restrict access to authorized users and organizations
ngrok http 8080 --oauth=gitlab --oauth-allow-domain=mycorp.com