Skip to content

Commit 79c618a

Browse files
feat(openapi): add vetted workflow images to info endpoint (#497)
1 parent cbdd7ab commit 79c618a

1 file changed

Lines changed: 34 additions & 1 deletion

File tree

reana_commons/openapi_specifications/reana_server.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"info": {
33
"description": "Submit workflows to be run on REANA Cloud",
44
"title": "REANA Server",
5-
"version": "0.95.0a2"
5+
"version": "0.95.0a3"
66
},
77
"paths": {
88
"/account/settings/linkedaccounts/": {},
@@ -521,6 +521,14 @@
521521
"yadage"
522522
]
523523
},
524+
"vetted_container_images_allowlist": {
525+
"title": "List of allowed container images",
526+
"value": []
527+
},
528+
"vetted_container_images_enabled": {
529+
"title": "Whether container images are vetted or not",
530+
"value": "False"
531+
},
524532
"workspaces_available": {
525533
"title": "List of available workspaces",
526534
"value": [
@@ -810,6 +818,31 @@
810818
},
811819
"type": "object"
812820
},
821+
"vetted_container_images_allowlist": {
822+
"properties": {
823+
"title": {
824+
"type": "string"
825+
},
826+
"value": {
827+
"items": {
828+
"type": "string"
829+
},
830+
"type": "array"
831+
}
832+
},
833+
"type": "object"
834+
},
835+
"vetted_container_images_enabled": {
836+
"properties": {
837+
"title": {
838+
"type": "string"
839+
},
840+
"value": {
841+
"type": "boolean"
842+
}
843+
},
844+
"type": "object"
845+
},
813846
"workspaces_available": {
814847
"properties": {
815848
"title": {

0 commit comments

Comments
 (0)