Skip to content

no org id #2322

Jul 4, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

AFAIK you still need X-Scope-OrgID header set even with auth disabled and URL should be same for every tenant (without /anonymous/ part)
From mimir-nginx gateway:

  # Ensure that X-Scope-OrgID is always present, default to "anonymous" for backwards compatibility when multi-tenancy was turned off.
  map $http_x_scope_orgid $ensured_x_scope_orgid {
    default $http_x_scope_orgid;
    "" "anonymous";
  }

proxy_set_header X-Scope-OrgID $ensured_x_scope_orgid;

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pracucci
Comment options

Answer selected by pracucci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/docs Improvements or additions to documentation
3 participants
Converted from issue

This discussion was converted from issue #2310 on July 05, 2022 11:55.