aaronshaf/dynamodb-admin

Support reverse proxy path

Opened this issue · 0 comments

I am wondering if it is possible to have an env var that supports dynamodb-admin deployed behind reverse proxy

So for example

  • I would like to easily access dynamodb-admin at my multiple sbx cluster
  • I have nginx that will have a path: domain.com/sbx-env-1/dynamodb-admin/
    • So I would like to have the /sbx-env-1/dynamodb-admin as a prefix in an env var
    • And dynamodb-admin will use that prefix for all the resources and URL
    • Without that, all the resources or href in the app will point to domain.com/{assets} instead of domain.com/sbx-env-1/dynamodb-admin/{assets}