You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The process of saving the cached policy table to policy.sqlite does not account for an empty moduleType array. This leaves the moduleType field in the SQL DB empty so when core is cycled and the SQL Db is read into memory again, moduleType is marked as missing and all RC rpcs are disallowed.
Reproduction Steps
Change preloaded pt app_policies default to object above.
Start core, stop core, restart core
Connect RC app, put in full, and send any RC rpc
Expected Behavior
All RC RPCs for all moduleTypes should return success.
Observed Behavior
All module types for all RC requests return disallowed.
OS & Version Information
OS/Version: Ubuntu
SDL Core Version: Develop
Testing Against: SPT
The text was updated successfully, but these errors were encountered:
[Delete any non-applicable sections, but we may ask for more information.]
Bug Report
When a moduleType is left empty as such:
The process of saving the cached policy table to policy.sqlite does not account for an empty moduleType array. This leaves the moduleType field in the SQL DB empty so when core is cycled and the SQL Db is read into memory again, moduleType is marked as missing and all RC rpcs are disallowed.
Reproduction Steps
Expected Behavior
All RC RPCs for all moduleTypes should return success.
Observed Behavior
All module types for all RC requests return disallowed.
OS & Version Information
The text was updated successfully, but these errors were encountered: