graphops / file-hosting-service

Rust implementation of Subfile Data Service
https://github.com/graphops/subfile-data-service
Apache License 2.0
4 stars 0 forks source link

Segregated admin service #48

Closed hopeyen closed 7 months ago

hopeyen commented 7 months ago

After porting indexer-rs, admin endpoint has been temporarily disabled due to indexer-rs traits constraints.

For security, separately set up an admin server with a different port and endpoints to manage bundles and cost models (perhaps also allocations?).