autotune icon indicating copy to clipboard operation
autotune copied to clipboard

Resolve CORS issue for autotune query api for UI to use it

Open bharathappali opened this issue 3 years ago • 1 comments

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.

bharathappali avatar Jul 01 '22 06:07 bharathappali

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

bharathappali avatar Jul 20 '22 08:07 bharathappali

Fixed in #587

bharathappali avatar Mar 06 '23 10:03 bharathappali