Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Dev-Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Dev-Documentation
Merge requests
!1
Api update v4
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Api update v4
api-update-v4
into
no-masters
Overview
30
Commits
10
Changes
3
Closed
Api update v4
cyberta
requested to merge
api-update-v4
into
no-masters
Jan 29, 2021
Overview
30
Commits
10
Changes
3
these are proposals how v4 could look like
it includes changes for provider.json and eip-service.json
provider.json is actually not versionized. However the changes made there - removals of unused fields and additions of fields that outdated clients can ignore - shouldn't be breaking.
To see the differences these diffs might help most:
!1 (
98495c8b
)
!1 (
f6dd162c
)
Edited
Jan 29, 2021
by
cyberta
0
0
Merge request reports
Compare
no-masters
version 5
8c6bdcf1
Feb 3, 2021
version 4
372d6b3d
Feb 2, 2021
version 3
821ff975
Jan 29, 2021
version 2
829bba00
Jan 29, 2021
version 1
2ec98549
Jan 29, 2021
no-masters (base)
and
latest version
latest version
2f6dce93
10 commits,
Feb 5, 2021
version 5
8c6bdcf1
9 commits,
Feb 3, 2021
version 4
372d6b3d
8 commits,
Feb 2, 2021
version 3
821ff975
7 commits,
Jan 29, 2021
version 2
829bba00
6 commits,
Jan 29, 2021
version 1
2ec98549
5 commits,
Jan 29, 2021
3 files
+
101
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
api_specs/v4/eip-service.json
0 → 100644
+
50
−
0
View file @ 2f6dce93
Edit in single-file editor
Open in Web IDE
{
"gateways"
:
[
{
"capabilities"
:
{
"transport"
:[
{
"type"
:
"obfs4"
,
"ports"
:[
"tcp:23042"
],
"options"
:
{
"cert"
:
"/ntRNI6JYP7R6kGKldibKWj0aCsv96Hdu/jSGncPy+rcverCLI7Emod+vRkz61hM7F/udA"
,
"iatMode"
:
"0"
}
},
{
"type"
:
"openvpn"
,
"ports"
:[
"udp:1194"
,
"udp:53"
,
"tcp:443"
]
}
],
"user_ips"
:
false
},
"host"
:
"garza.riseup.net"
,
"ip_address"
:
"198.252.153.28"
,
"ip_address6"
:
"2001:DB8::1"
,
"location"
:
"seattle"
}
],
"locations"
:
{
"seattle"
:
{
"country_code"
:
"US"
,
"hemisphere"
:
"N"
,
"name"
:
"Seattle"
,
"timezone"
:
"-7"
}
},
"openvpn_configuration"
:
{
"auth"
:
"SHA512"
,
"cipher"
:
"AES-128-CBC"
,
"keepalive"
:
"10 30"
,
"tls-cipher"
:
"TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384"
,
"tun-ipv6"
:
true
},
"serial"
:
4
,
"version"
:
4
}
Loading