Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
moodle_rebase10.1.2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
moodle_rebase10.1.2
Commits
ca3deaf2
Commit
ca3deaf2
authored
May 08, 2019
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
caddy-frontend: Fix output schemas
Add missing keys and fix types.
parent
40beb08d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
software/caddy-frontend/instance-output-schema.json
software/caddy-frontend/instance-output-schema.json
+12
-0
software/caddy-frontend/instance-slave-output-schema.json
software/caddy-frontend/instance-slave-output-schema.json
+6
-2
No files found.
software/caddy-frontend/instance-output-schema.json
View file @
ca3deaf2
...
...
@@ -54,6 +54,10 @@
"description"
:
"Certificate used to serve data on kedifa-csr_id-url."
,
"type"
:
"string"
},
"kedifa-caucase-url"
:
{
"description"
:
"Url to caucase used by KeDiFa."
,
"type"
:
"string"
},
"caddy-frontend-N-csr_id-url"
:
{
"description"
:
"URL on which frontend node number N publishes its csr_id sent to caucase."
,
"type"
:
"string"
...
...
@@ -61,6 +65,14 @@
"caddy-frontend-N-csr_id-certificate"
:
{
"description"
:
"Certificate used to serve data on caddy-frontend-N-csr_id-url."
,
"type"
:
"string"
},
"warning-slave-dict"
:
{
"description"
:
"Dict of slaves which got warnings. Keys are slave references, values are lists of warnings on slaves."
,
"type"
:
"array"
},
"warning-list"
:
{
"description"
:
"List of warning found during the request."
,
"type"
:
"array"
}
},
"type"
:
"object"
...
...
software/caddy-frontend/instance-slave-output-schema.json
View file @
ca3deaf2
...
...
@@ -8,11 +8,11 @@
},
"key-generate-auth-url"
:
{
"description"
:
"URL to GET once auth for key-upload-url"
,
"type"
:
"
array
"
"type"
:
"
string
"
},
"key-upload-url"
:
{
"description"
:
"URL to PUT PEM bundle of certificate and key"
,
"type"
:
"
array
"
"type"
:
"
string
"
},
"log-access-url"
:
{
"description"
:
"List of URLs to access logs"
,
...
...
@@ -41,6 +41,10 @@
"request-error-list"
:
{
"description"
:
"In case if slave has been rejected by master or has error in the request, the list contains information about each problem"
,
"type"
:
"array"
},
"warning-list"
:
{
"description"
:
"List of warning found during the request."
,
"type"
:
"array"
}
},
"type"
:
"object"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment