autotune
autotune copied to clipboard
Resolve CORS issue for autotune query api for UI to use it
Currently UI module talks to autotune via API's and UI call is getting failed due to CORS exception. We need to fix it by allowing particular methods (Http actions) to be accessed from external callers.
Made changes in my personal branch - https://github.com/bharathappali/autotune/commit/0d3e08e872d939481d52dac4116bafb0cc356395
need to explore if we need to set it for each endpoint or something we could set at a global level
Will explore and raise a PR for the same. Making a slow progress on it as metric and query abstractions remain high priority as of now
Fixed in #587