#Economy V2 settings resource and route inconsistency

6 messages · Page 1 of 1 (latest)

dusty path
#

Hello o/
I am in the process of automating the title configuration for our projects, which implies editing the Economy V2 settings.
In doing so, I noticed a bunch of inconsistencies with the resources names, which makes it a bit more tedious but more importantly makes me doubt the settings will be properly applied. And I don't have the time to check if each route has been properly disabled.

The inconsistency I am talking about lies with the /Catalog or /Inventory prefix in the resource names.
Here are some resource names inconsistencies I fetched one by one in the response of my GetPolicy call after having unticked everything in the Economy V2 Settings dashboard.

For instance :
"pfrn:api--/Inventory/PurchaseInventoryItems",
"pfrn:api--/Catalog/TransferInventoryItems",
Or
"pfrn:api--/Catalog/RedeemNintendoEShopInventoryItems",
"pfrn:api--/Inventory/RedeemPlayStationStoreInventoryItems",
Or
"pfrn:api--/Catalog/GetInventoryCollectionIds",
"pfrn:api--/Inventory/DeleteInventoryCollection",

In all these, some resource have the /Catalog prefix while the actual api routes start with /Inventory.
Can you confirm that these settings will be properly applied despite the route inconsistency ?
I will provide the list of all the resource names I fetched and the json response from my GetPolicy call.

safe elbow
#

Huh. This is really interesting. I'm surprised that this is how it looks and concerned that we're not properly authorizing things. We'll take a closer look.

dusty path
#

Hello o/
Have you had the chance to take a look yet ?
Thanks !

dense apex
#

Hi Florian, I am investigating this now. Thank you for your patience.

dense apex
#

Hello Florian, these policies will not apply if they do not match the route.

I attempted to reproduce this behavior and could not on my title. Do you know how the policies go into this state? Were the policies manually configured?