OpenCHAMI / smd

MIT License
0 stars 4 forks source link

[DEV] Update Router to use OpenCHAMI middleware #27

Closed davidallendj closed 2 months ago

davidallendj commented 3 months ago

Short Description Update the routers to use logging middeware in cmd/smd/routers.go from here: https://github.com/OpenCHAMI/chi-middleware This should improve logging with the SMD API and make catching issues a bit easier. It may also be worth adding the authenticator from the node orchestrator as well.

Definition of Done This issue will be complete once the middleware is verified to be used by the router.

davidallendj commented 2 months ago

Completed with #29.