Securing APIs by default
RCA Group
None
Description
Environment
None
Potential Workaround
None
Checklist
hideTestRail: Results
Activity
Show:
Done
Details
Details
Assignee
Ruslan Lavrov
Ruslan LavrovReporter
Hongwei Ji
Hongwei JiLabels
Priority
Story Points
0.5
Sprint
None
Development Team
Folijet
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created April 24, 2020 at 11:42 PM
Updated June 11, 2020 at 7:11 PM
Resolved May 14, 2020 at 4:55 PM
TestRail: Cases
TestRail: Runs
Per , all public APIs should be protected by default. That means field permissionsRequired is required when defining non-system APIs in the handlers section of module descriptor. If there is a strong technical reason that an API cannot be protected, for example, /authn/login, use *"permissionsRequired" : [ ]* to make it explicit. Note it is OK to use *"permissionsRequired": [ ]* for two APIs //ramls and //jsonSchemas provided by RMB.
Please fix following APIs in this module
Create task for UI