summaryrefslogtreecommitdiff
path: root/internal/gitlabnet/accessverifier/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gitlabnet/accessverifier/client.go')
-rw-r--r--internal/gitlabnet/accessverifier/client.go10
1 files changed, 6 insertions, 4 deletions
diff --git a/internal/gitlabnet/accessverifier/client.go b/internal/gitlabnet/accessverifier/client.go
index 8554d9b..b2383dc 100644
--- a/internal/gitlabnet/accessverifier/client.go
+++ b/internal/gitlabnet/accessverifier/client.go
@@ -40,10 +40,12 @@ type Gitaly struct {
}
type CustomPayloadData struct {
- ApiEndpoints []string `json:"api_endpoints"`
- Username string `json:"gl_username"`
- PrimaryRepo string `json:"primary_repo"`
- UserId string `json:"gl_id,omitempty"`
+ ApiEndpoints []string `json:"api_endpoints"`
+ Username string `json:"gl_username"`
+ PrimaryRepo string `json:"primary_repo"`
+ UserId string `json:"gl_id,omitempty"`
+ RequestHeaders map[string]string `json:"request_headers"`
+ GeoProxyDirectToPrimary bool `json:"geo_proxy_direct_to_primary"`
}
type CustomPayload struct {