bf2fc6cc711aee1a0c2a / ffm-project

Repository containing issues and roadmap for the factorized fleet manager
Apache License 2.0
0 stars 2 forks source link

Allow CORS option configurability #28

Open machi1990 opened 1 year ago

machi1990 commented 1 year ago

At the moment the CORS options are hardcoded: https://github.com/bf2fc6cc711aee1a0c2a/ffm-fleet-manager-go-template/blob/main/pkg/server/api_server.go#L97

It'll be good to allow these to be configurable so that each service could put in their own options via configuration.

/cc @SimonBaeumer