summaryrefslogtreecommitdiff
path: root/internal/testhelper/testdata/testroot/responses/allowed_with_geo_push_payload.json
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testhelper/testdata/testroot/responses/allowed_with_geo_push_payload.json')
-rw-r--r--internal/testhelper/testdata/testroot/responses/allowed_with_geo_push_payload.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/internal/testhelper/testdata/testroot/responses/allowed_with_geo_push_payload.json b/internal/testhelper/testdata/testroot/responses/allowed_with_geo_push_payload.json
new file mode 100644
index 0000000..06d7c3e
--- /dev/null
+++ b/internal/testhelper/testdata/testroot/responses/allowed_with_geo_push_payload.json
@@ -0,0 +1,29 @@
+{
+ "status": true,
+ "gl_repository": "project-26",
+ "gl_project_path": "group/private",
+ "gl_id": "user-1",
+ "gl_username": "root",
+ "git_config_options": [],
+ "gitaly": {
+ "repository": {
+ "storage_name": "default",
+ "relative_path": "GITALY_REPOSITORY",
+ "git_object_directory": "objects/",
+ "git_alternate_object_directories": ["objects/"],
+ "gl_repository": "project-26",
+ "gl_project_path": "group/private"
+ },
+ "address": "GITALY_ADDRESS",
+ "token": "token"
+ },
+ "payload" : {
+ "data": {
+ "geo_proxy_direct_to_primary": true,
+ "request_headers": { "Authorization": "Bearer token" },
+ "primary_repo": "PRIMARY_REPO"
+ }
+ },
+ "git_protocol": "protocol",
+ "gl_console_messages": ["console", "message"]
+}