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
This is not a big issue as the interaction with CB are already using service in lowercase correctly (see #146 (comment)) but it is needed to avoid that for instance GET /rules - fiware-service: SSS and GET /rules - fiware-service: sss result in different set of rules.
The text was updated successfully, but these errors were encountered:
According to documentation (https://thinking-cities.readthedocs.io/en/latest/multitenancy/index.html) with regards to service
Thus, the following code should be adapted:
perseo-fe/lib/models/rulesStore.js
Lines 168 to 177 in 1f3c70c
And maybe also this one:
perseo-fe/lib/models/rulesStore.js
Lines 185 to 209 in 1f3c70c
This is not a big issue as the interaction with CB are already using service in lowercase correctly (see #146 (comment)) but it is needed to avoid that for instance
GET /rules - fiware-service: SSS
andGET /rules - fiware-service: sss
result in different set of rules.The text was updated successfully, but these errors were encountered: