As a Security Server user I want that X-Road metaservice codes are reserved so that the user can't overload them #1363
Labels
good first issue
Good for newcomers
hacktoberfest
Issues included in Hacktoberfest
help wanted
Extra attention is needed
X-Road metaservices use predefined service codes (
listClients
,listCentralServices
,listMethods
,allowedMethods
, getWsdl and getOpenAPI) as described in service metadata protocol documents for SOAP and REST. However, currently it is possible for the user to add their own service with same service code as the metaservices. In this task, the metaservice service codes should be reserved so that the user can't add such SOAP or REST services that use reserved service codes.The JIRA ticket this issue was created from can be found here: https://nordic-institute.atlassian.net/browse/XRDDEV-599
Acceptance criteria:
SOAP
metadata service codes are reserved so that users can't add their own services with the same codeslistClients
,listCentralServices
,listMethods
,allowedMethods
andgetWsdl
REST
metadata service codes are reserved so that users can't add their own services with the same codeslistClients
,listCentralServices
,listMethods
,allowedMethods
andgetOpenAPI
The text was updated successfully, but these errors were encountered: