safe-global / safe-infrastructure

One `docker-compose.yml` file to rule them all
MIT License
58 stars 96 forks source link

Add safe-events-service to infrastructure #100

Closed moisses89 closed 1 year ago

moisses89 commented 1 year ago

Description

This issue is created to add to safe-infrastructure the new safe-events https://github.com/safe-global/safe-events-service.

Tasks

moisses89 commented 1 year ago

Marked as blocked until add the new client-gateway https://github.com/safe-global/safe-infrastructure/issues/99

Uxio0 commented 1 year ago

This should be unlocked now

moisses89 commented 1 year ago

@Uxio0 I'm taking a look and I'm having issues enabling admin of events service behind a custom path as for example /evs/admin, because the root path of the app is '/' instead 'evs'. The same is nehaviour is happening with swagger. I could see that the config service and the transaction service have an environment variable to define the root path of every endpoint. FORCE_SCRIPT_NAME=/cfg/ Could we do the same on safe-events-service?

moisses89 commented 1 year ago

I just created an issue https://github.com/safe-global/safe-events-service/issues/92 this should be done first