feat(integrations): whitelist /deployments/me (#6275)

This commit is contained in:
Vibhu Pandey 2024-10-26 16:11:43 +05:30 committed by GitHub
parent 4be0508dd2
commit f7b80524a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,8 +9,8 @@ import (
) )
var ( var (
RoutePrefix string = "/api/gateway" RoutePrefix string = "/api/gateway"
AllowedPrefix []string = []string{"/v1/workspaces/me", "/v2/profiles/me"} AllowedPrefix []string = []string{"/v1/workspaces/me", "/v2/profiles/me", "/v2/deployments/me"}
) )
type proxy struct { type proxy struct {