plane icon indicating copy to clipboard operation
plane copied to clipboard

[feature]: remove minio direct endpoint

Open asters-marnec opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Summary

I have an S3 bucket and I'd like to use that instead of minio.

However I cannot remove minio from the docker compose because its local hostname is directly referenced by the proxy. I don't know exactly why you need to have an endpoint handled by the proxy and pointing directly to the minio api but having will force anyone to run minio-server even if they use s3.

Any functionality that relies on this direct connection could instead pass through the backend (with the minio client installed) so that it can communicate with either minio or s3 transparently. Basically decoupling the project from minio

Honestly I don't exactly understand why there is the need of a proxy at all while maybe docker local networks could be used but this is another point entirely.

At the moment the only sollution is to pass a custom confiuration to the proxy, but this is error prone since I now need to check if the proxy configuration has changed at each version change

--edit

not even passing a custom config to the proxy works

Why should this be worked on?

This would allow to run one less service to host plane

asters-marnec avatar Sep 13 '24 16:09 asters-marnec