telefonicaid / fiware-pep-steelskin

Telefonica's implementation of the FIWARE PEP GE
GNU Affero General Public License v3.0
0 stars 0 forks source link

Do not use domain context object: keep info in request #498

Closed AlvaroVega closed 9 months ago

AlvaroVega commented 2 years ago

Use request instead a domain object to store data about domainContext

Fast test: Remove /lib/fiware-pep-steelskin.js:233 /lib/fiware-pep-steelskin.js:317 lib/services/keystoneAuth.js:432 lib/services/cacheUtils.js:90

And store in request a dict named domain with domain context info.

fgalan commented 2 years ago

Fixed by PR https://github.com/telefonicaid/fiware-pep-steelskin/pull/508

AlvaroVega commented 2 years ago

PR #508 is related but not solves this issue

fgalan commented 9 months ago

PR #528