You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a proxy in front of Thanos that manages things like authentication etc. which has it's own CORS policy, but since Thanos also sets CORS headers they end up being set multiple times which ends up conflicting.
Describe the solution you'd like
Add a flag --disable-cors. That causes no CORS headers to be set.
Describe alternatives you've considered
Can't really think of another way, except maybe allowing more specific CORS configuration, but that doesn't appear to have been a problem for anyone else so far.
@thanos-io/thanos-maintainers
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
We have a proxy in front of Thanos that manages things like authentication etc. which has it's own CORS policy, but since Thanos also sets CORS headers they end up being set multiple times which ends up conflicting.
Describe the solution you'd like
Add a flag
--disable-cors
. That causes no CORS headers to be set.Describe alternatives you've considered
Can't really think of another way, except maybe allowing more specific CORS configuration, but that doesn't appear to have been a problem for anyone else so far.
@thanos-io/thanos-maintainers
The text was updated successfully, but these errors were encountered: