File tree Expand file tree Collapse file tree
reana_commons/openapi_specifications Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/" : {},
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" : [
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" : {
You can’t perform that action at this time.
0 commit comments